Skip to content

Commit 0f173db

Browse files
committed
Disable tests build
1 parent d50d497 commit 0f173db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/cpp_windows.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
3838
runs-on: ${{ inputs.os }}
3939
timeout-minutes: 120
4040
env:
41+
ARROW_BOOST_USE_SHARED: OFF
42+
ARROW_BUILD_BENCHMARKS: ON
4143
ARROW_BUILD_SHARED: ON
42-
ARROW_BUILD_STATIC: ON
43-
ARROW_BUILD_TESTS: ON
44+
ARROW_BUILD_STATIC: OFF
45+
ARROW_BUILD_TESTS: OFF
4446
ARROW_DATASET: ON
4547
ARROW_DEPENDENCY_SOURCE: VCPKG
4648
ARROW_FLIGHT: ON

0 commit comments

Comments
 (0)