-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GH-48594: [C++][FlightRPC] Fix ODBC CI Caching Issue #48595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
Add write permission to store vcpkg cache
33227e6 to
6efa7d4
Compare
Run vcpkg install after vcpkg is set in GLib
* confirmed `vcpkg install` command returns 403 error
6efa7d4 to
c32f221
Compare
Remove `ARROW_SIMD_LEVEL` as it is not required for ODBC.
Cannot get vcpkg in cpp_build to show debug messages
4b78fb7 to
d0bd9f6
Compare
|
Hi @pitrou and @raulcd, to follow up on #48313 I have opened this draft PR. As Raul has pointed out in #48313 (comment), there is an issue pushing the packages to nuget. Therefore, when a new ODBC build begins, all vcpkg packages are rebuilt and that is the root cause of the long ODBC build time. Does it require any changes in the GitHub repository settings to allow the new workflow to push packages to https://nuget.pkg.github.com/apache? |
|
During investigation, I tried running |
Rationale for this change
#48594
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?
N/A