Skip to content

Commit

Permalink
Run Alloy with GC assertions on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-hughes committed Dec 5, 2023
1 parent 8ce43c3 commit 6a18017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export RUSTUP_HOME="`pwd`/.rustup"
# Ensure the build fails if it uses excessive amounts of memory.
ulimit -d $((1024 * 1024 * 8)) # 8 GiB

/usr/bin/time -v python3 x.py test --stage 2 --config .buildbot.config.toml --exclude rustdoc-json --exclude debuginfo
ENABLE_GC_ASSERTIONS=true /usr/bin/time -v python3 x.py test --stage 2 --config .buildbot.config.toml --exclude rustdoc-json --exclude debuginfo

0 comments on commit 6a18017

Please sign in to comment.