Skip to content
9 changes: 9 additions & 0 deletions .github/workflows/cpp_extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ jobs:
- image: alpine-linux-cpp
runs-on: ubuntu-latest
title: AMD64 Alpine Linux
- image: ubuntu-cpp
run-options: >-
-e ARROW_CTEST_TIMEOUT=900
-e ARROW_C_FLAGS_DEBUG="-O1"
-e ARROW_CXX_FLAGS_DEBUG="-O1"
-e ARROW_LARGE_MEMORY_TESTS=ON
-e BUILD_WARNING_LEVEL=PRODUCTION
runs-on: "runs-on=${{ github.run_id }}/family=x8i.2xlarge/spot=capacity-optimized"
title: AMD64 Ubuntu Large Memory Tests
- image: conda-cpp
run-options: >-
-e ARROW_USE_MESON=ON
Expand Down
Loading