Skip to content

Commit

Permalink
Add RUST_MIN_STACK=4MB for single-node in CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
shanicky committed Jul 31, 2024
1 parent 66b79d7 commit 8a52fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/scripts/run-e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ if [[ $mode == "standalone" ]]; then
fi

if [[ $mode == "single-node" ]]; then
export RUST_MIN_STACK=4194304
source ci/scripts/single-node-utils.sh
fi

Expand Down

0 comments on commit 8a52fb8

Please sign in to comment.