File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
RUSTFLAGS : " -C debuginfo=0 -C opt-level=0 -C incremental=false -C codegen-units=256"
107
107
RUST_BACKTRACE : " 1"
108
108
# avoid rust stack overflows on tpc-ds tests
109
- RUST_MINSTACK : " 3000000"
109
+ RUST_MIN_STACK : " 3000000"
110
110
- name : Verify Working Directory Clean
111
111
run : git diff --exit-code
112
112
@@ -316,7 +316,7 @@ jobs:
316
316
RUSTFLAGS : " -C debuginfo=line-tables-only"
317
317
RUST_BACKTRACE : " 1"
318
318
# avoid rust stack overflows on tpc-ds tests
319
- RUST_MINSTACK : " 3000000"
319
+ RUST_MIN_STACK : " 3000000"
320
320
macos :
321
321
name : cargo test (mac)
322
322
runs-on : macos-latest
@@ -356,7 +356,7 @@ jobs:
356
356
RUSTFLAGS : " -C debuginfo=0 -C opt-level=0 -C incremental=false -C codegen-units=256"
357
357
RUST_BACKTRACE : " 1"
358
358
# avoid rust stack overflows on tpc-ds tests
359
- RUST_MINSTACK : " 3000000"
359
+ RUST_MIN_STACK : " 3000000"
360
360
361
361
test-datafusion-pyarrow :
362
362
name : cargo test pyarrow (amd64)
You can’t perform that action at this time.
0 commit comments