Skip to content

Commit 8a583d0

Browse files
committed
Apply Kou's suggestion for nuget timeout
Attempt to resolve caching issue with ODBC CI Add write permission to store vcpkg cache Check nuget paths in Ruby Glib and ODBC Run vcpkg install after vcpkg is set in GLib Enable vcpkg verbose in GLib * confirmed `vcpkg install` command returns 403 error Add ARROW_HOME Remove `ARROW_SIMD_LEVEL` as it is not required for ODBC. Remove debug msgs Cannot get vcpkg in cpp_build to show debug messages Move location of `packages: write` Attempt to add `ARROW_DEPENDENCY_USE_SHARED - off` Revert "Move location of `packages: write`" This reverts commit b62e04e. Revert "Attempt to add `ARROW_DEPENDENCY_USE_SHARED - off`" This reverts commit 5fdf425. Add GLib MSVC build to C++ Extra TEMP disable ODBC build Disable cmake and enable build Re-enable cmake 4.1.2 and use install_vcpkg.sh to install vcpkg Clean up test changes Push after previous run is complete. Revert "Re-enable cmake 4.1.2 and use install_vcpkg.sh to install vcpkg" This reverts commit dfea377. Trigger CI
1 parent 35717a7 commit 8a583d0

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/cpp_extra.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -339,17 +339,19 @@ jobs:
339339
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra') ||
340340
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra: C++')
341341
timeout-minutes: 240
342+
permissions:
343+
packages: write
342344
env:
343345
ARROW_BUILD_SHARED: ON
344346
ARROW_BUILD_STATIC: OFF
345347
ARROW_BUILD_TESTS: ON
346348
ARROW_BUILD_TYPE: release
347349
ARROW_DEPENDENCY_SOURCE: VCPKG
348350
ARROW_FLIGHT_SQL_ODBC: ON
349-
ARROW_SIMD_LEVEL: AVX2
351+
ARROW_HOME: /usr
350352
CMAKE_GENERATOR: Ninja
351353
CMAKE_INSTALL_PREFIX: /usr
352-
VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite'
354+
VCPKG_BINARY_SOURCES: 'clear;nugettimeout,600;nuget,GitHub,readwrite'
353355
VCPKG_DEFAULT_TRIPLET: x64-windows
354356
steps:
355357
- name: Disable Crash Dialogs
@@ -368,10 +370,6 @@ jobs:
368370
- name: Download Timezone Database
369371
shell: bash
370372
run: ci/scripts/download_tz_database.sh
371-
- name: Install cmake
372-
shell: bash
373-
run: |
374-
ci/scripts/install_cmake.sh 4.1.2 /usr
375373
- name: Install ccache
376374
shell: bash
377375
run: |

0 commit comments

Comments
 (0)