Skip to content

Commit

Permalink
explain min stack increase in rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Dec 29, 2023
1 parent de5df25 commit 3a609c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
# do not produce debug symbols to keep memory usage down
RUSTFLAGS: "-C debuginfo=0"
RUST_BACKTRACE: "1"
# avoid thread 'tpcds_physical_q54' has overflowed its stack
RUST_MIN_STACK: "2384500"
- name: Verify Working Directory Clean
run: git diff --exit-code
Expand Down Expand Up @@ -309,6 +310,7 @@ jobs:
# do not produce debug symbols to keep memory usage down
RUSTFLAGS: "-C debuginfo=0"
RUST_BACKTRACE: "1"
# avoid thread 'tpcds_physical_q54' has overflowed its stack
RUST_MIN_STACK: "2384500"

macos:
Expand Down Expand Up @@ -346,6 +348,7 @@ jobs:
# do not produce debug symbols to keep memory usage down
RUSTFLAGS: "-C debuginfo=0"
RUST_BACKTRACE: "1"
# avoid thread 'tpcds_physical_q54' has overflowed its stack
RUST_MIN_STACK: "2384500"

test-datafusion-pyarrow:
Expand Down

0 comments on commit 3a609c7

Please sign in to comment.