Skip to content

Commit 208cc4f

Browse files
committed
correct env var
1 parent 73b1f16 commit 208cc4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
RUSTFLAGS: "-C debuginfo=0 -C opt-level=0 -C incremental=false -C codegen-units=256"
107107
RUST_BACKTRACE: "1"
108108
# avoid rust stack overflows on tpc-ds tests
109-
RUST_MINSTACK: "3000000"
109+
RUST_MIN_STACK: "3000000"
110110
- name: Verify Working Directory Clean
111111
run: git diff --exit-code
112112

@@ -317,7 +317,7 @@ jobs:
317317
RUSTFLAGS: "-C debuginfo=0 -C opt-level=1 -C target-feature=+crt-static -C incremental=false -C codegen-units=256"
318318
RUST_BACKTRACE: "1"
319319
# avoid rust stack overflows on tpc-ds tests
320-
RUST_MINSTACK: "3000000"
320+
RUST_MIN_STACK: "3000000"
321321
macos:
322322
name: cargo test (mac)
323323
runs-on: macos-latest
@@ -357,7 +357,7 @@ jobs:
357357
RUSTFLAGS: "-C debuginfo=0 -C opt-level=0 -C incremental=false -C codegen-units=256"
358358
RUST_BACKTRACE: "1"
359359
# avoid rust stack overflows on tpc-ds tests
360-
RUST_MINSTACK: "3000000"
360+
RUST_MIN_STACK: "3000000"
361361

362362
test-datafusion-pyarrow:
363363
name: cargo test pyarrow (amd64)

0 commit comments

Comments
 (0)