We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8cb4c4 commit 4278344Copy full SHA for 4278344
.github/workflows/cpp_extra.yml
@@ -108,12 +108,12 @@ jobs:
108
runs-on: ubuntu-latest
109
title: AMD64 Alpine Linux
110
- 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.
113
run-options: >-
114
- -e ARROW_BUILD_TYPE=Release
115
- -e ARROW_CTEST_TIMEOUT=2400
+ -e ARROW_CTEST_TIMEOUT=900
+ -e ARROW_C_FLAGS_DEBUG="-O1"
+ -e ARROW_CXX_FLAGS_DEBUG="-O1"
116
-e ARROW_LARGE_MEMORY_TESTS=ON
+ -e BUILD_WARNING_LEVEL=PRODUCTION
117
runs-on: "runs-on=${{ github.run_id }}/family=x8i.2xlarge/spot=capacity-optimized"
118
title: AMD64 Ubuntu Large Memory Tests
119
- image: conda-cpp
0 commit comments