We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f913c0 commit e8df2cdCopy full SHA for e8df2cd
1 file changed
.github/workflows/cpp_extra.yml
@@ -529,6 +529,8 @@ jobs:
529
ARROW_BUILD_STATIC: ON
530
ARROW_BUILD_TESTS: ON
531
ARROW_BUILD_TYPE: release
532
+ ARROW_TEST_LINKAGE: static
533
+ ARROW_CMAKE_ARGS: -DVCPKG_TARGET_TRIPLET=x64-windows-static-md
534
# Turn Arrow CSV off to disable `find_package(Arrow)` check on MSVC CI.
535
# GH-49050 TODO: enable `find_package(Arrow)` check on MSVC CI.
536
ARROW_CSV: OFF
@@ -542,7 +544,6 @@ jobs:
542
544
CMAKE_GENERATOR: Ninja
543
545
CMAKE_INSTALL_PREFIX: /usr
546
VCPKG_BINARY_SOURCES: 'clear;nugettimeout,600;nuget,GitHub,readwrite'
- VCPKG_DEFAULT_TRIPLET: x64-windows-static-md
547
steps:
548
- name: Disable Crash Dialogs
549
run: |
0 commit comments