Skip to content

Commit

Permalink
Remove pointless CI step
Browse files Browse the repository at this point in the history
BDWGC is now a submodule in Alloy, so this step (which builds and run's
Alloys test suite) will never actually test a BDWGC PRs changes.
Instead, this would just grab the current Alloy submodule commit.
  • Loading branch information
Jake Hughes authored and jacob-hughes committed Aug 21, 2024
1 parent 53551d5 commit 0d054f2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,3 @@ sh rustup.sh --default-host x86_64-unknown-linux-gnu \
--profile minimal \
-y
export PATH=`pwd`/.cargo/bin/:$PATH
BDWGC_SRC=`pwd`

git clone https://github.com/softdevteam/alloy
cd alloy
BDWGC=${BDWGC_SRC} 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 0d054f2

Please sign in to comment.