-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-48594: [C++][FlightRPC] Fix ODBC CI Long Build Time 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 |
0bb3f77 to
896309c
Compare
896309c to
e608216
Compare
e608216 to
dfea377
Compare
Push after previous run is complete.
d0d1b4a to
0e31acb
Compare
This reverts commit dfea377.
0e31acb to
0c911a5
Compare
Rationale for this change
#48594
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?
N/A