Skip to content

Commit

Permalink
Use absolute path in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-hughes committed Jan 19, 2024
1 parent 565b736 commit ac75c5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildbot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ 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=../ ENABLE_GC_ASSERTIONS=true /usr/bin/time -v python3 x.py test --stage 2 \
BDWGC=${BOEHM_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 ac75c5b

Please sign in to comment.