We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae6066 commit e37a511Copy full SHA for e37a511
1 file changed
.github/workflows/cpp_extra.yml
@@ -109,9 +109,7 @@ jobs:
109
title: AMD64 Alpine Linux
110
- image: ubuntu-cpp
111
run-options: >-
112
- -e ARROW_BUILD_TYPE=Release \
113
- -e ARROW_CTEST_TIMEOUT=900 \
114
- -e ARROW_LARGE_MEMORY_TESTS=ON
+ -e ARROW_BUILD_TYPE=Release -e ARROW_CTEST_TIMEOUT=900 -e ARROW_LARGE_MEMORY_TESTS=ON
115
runs-on: "runs-on=${{ github.run_id }}/family=x8i.2xlarge/spot=capacity-optimized"
116
title: AMD64 Ubuntu Large Memory Tests
117
- image: conda-cpp
0 commit comments