Skip to content

Commit 4278344

Browse files
committed
Use ARROW_C_FLAGS_DEBUG and ARROW_CXX_FLAGS_DEBUG -O1 and BUILD_WARNING_LEVEL=PRODUCTION
1 parent c8cb4c4 commit 4278344

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ jobs:
108108
runs-on: ubuntu-latest
109109
title: AMD64 Alpine Linux
110110
- image: ubuntu-cpp
111-
# Use Release to speed up large memory tests that take a long time and
112-
# increase timeout because some tests take more than 20 minutes.
113111
run-options: >-
114-
-e ARROW_BUILD_TYPE=Release
115-
-e ARROW_CTEST_TIMEOUT=2400
112+
-e ARROW_CTEST_TIMEOUT=900
113+
-e ARROW_C_FLAGS_DEBUG="-O1"
114+
-e ARROW_CXX_FLAGS_DEBUG="-O1"
116115
-e ARROW_LARGE_MEMORY_TESTS=ON
116+
-e BUILD_WARNING_LEVEL=PRODUCTION
117117
runs-on: "runs-on=${{ github.run_id }}/family=x8i.2xlarge/spot=capacity-optimized"
118118
title: AMD64 Ubuntu Large Memory Tests
119119
- image: conda-cpp

0 commit comments

Comments
 (0)