From 0d054f2694120d70e3bce3c675df3ec0b62a10f6 Mon Sep 17 00:00:00 2001 From: Jake Hughes Date: Wed, 21 Aug 2024 20:42:05 +0100 Subject: [PATCH] Remove pointless CI step 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. --- .buildbot.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.buildbot.sh b/.buildbot.sh index afab8e50c..bbab8c910 100644 --- a/.buildbot.sh +++ b/.buildbot.sh @@ -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