Skip to content

Commit

Permalink
Merge commit '6d81c410ad5917de01451d819620eb79bebd7d60' into chunchun…
Browse files Browse the repository at this point in the history
…/update-df-apr-week-1-2
  • Loading branch information
appletreeisyellow committed Apr 22, 2024
2 parents d51293b + 6d81c41 commit eedf46d
Show file tree
Hide file tree
Showing 13 changed files with 490 additions and 259 deletions.
3 changes: 0 additions & 3 deletions .github/actions/setup-rust-runtime/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@ runs:
#
# Set debuginfo=line-tables-only as debuginfo=0 causes immensely slow build
# See for more details: https://github.com/rust-lang/rust/issues/119560
#
# set RUST_MIN_STACK to avoid rust stack overflows on tpc-ds tests
run: |
echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
echo "RUST_BACKTRACE=1" >> $GITHUB_ENV
echo "RUST_MIN_STACK=3000000" >> $GITHUB_ENV
echo "RUSTFLAGS=-C debuginfo=line-tables-only -C incremental=false" >> $GITHUB_ENV
Loading

0 comments on commit eedf46d

Please sign in to comment.