Skip to content

Commit 7349d67

Browse files
committed
Set ARROW_BOOST_USE_SHARED to OFF
`ARROW_BOOST_USE_SHARED` is restored to `OFF`, which according to Windows doc should help with the debug build now. Retore value of `ARROW_BUILD_BENCHMARKS`, though noting it is set to `OFF` in GLib MSVC workflow.
1 parent d50d497 commit 7349d67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cpp_windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ 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
4244
ARROW_BUILD_STATIC: ON
4345
ARROW_BUILD_TESTS: ON

0 commit comments

Comments
 (0)