Skip to content

Commit e8df2cd

Browse files
committed
Update cpp_extra.yml
1 parent 0f913c0 commit e8df2cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cpp_extra.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,8 @@ jobs:
529529
ARROW_BUILD_STATIC: ON
530530
ARROW_BUILD_TESTS: ON
531531
ARROW_BUILD_TYPE: release
532+
ARROW_TEST_LINKAGE: static
533+
ARROW_CMAKE_ARGS: -DVCPKG_TARGET_TRIPLET=x64-windows-static-md
532534
# Turn Arrow CSV off to disable `find_package(Arrow)` check on MSVC CI.
533535
# GH-49050 TODO: enable `find_package(Arrow)` check on MSVC CI.
534536
ARROW_CSV: OFF
@@ -542,7 +544,6 @@ jobs:
542544
CMAKE_GENERATOR: Ninja
543545
CMAKE_INSTALL_PREFIX: /usr
544546
VCPKG_BINARY_SOURCES: 'clear;nugettimeout,600;nuget,GitHub,readwrite'
545-
VCPKG_DEFAULT_TRIPLET: x64-windows-static-md
546547
steps:
547548
- name: Disable Crash Dialogs
548549
run: |

0 commit comments

Comments
 (0)