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
@@ -317,7 +317,7 @@ jobs:
317
317
RUSTFLAGS : " -C debuginfo=0 -C opt-level=1 -C target-feature=+crt-static -C incremental=false -C codegen-units=256"
318
318
RUST_BACKTRACE : " 1"
319
319
# avoid rust stack overflows on tpc-ds tests
320
- RUST_MINSTACK : " 3000000"
320
+ RUST_MIN_STACK : " 3000000"
321
321
macos :
322
322
name : cargo test (mac)
323
323
runs-on : macos-latest
@@ -357,7 +357,7 @@ jobs:
357
357
RUSTFLAGS : " -C debuginfo=0 -C opt-level=0 -C incremental=false -C codegen-units=256"
358
358
RUST_BACKTRACE : " 1"
359
359
# avoid rust stack overflows on tpc-ds tests
360
- RUST_MINSTACK : " 3000000"
360
+ RUST_MIN_STACK : " 3000000"
361
361
362
362
test-datafusion-pyarrow :
363
363
name : cargo test pyarrow (amd64)
You can’t perform that action at this time.
0 commit comments