Skip to content

Commit

Permalink
Fix command order
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-hughes committed Nov 17, 2023
1 parent 9058341 commit 4d03af8
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 @@ -25,8 +25,8 @@ 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

# Build and test yksom
rustup toolchain link alloy build/x86_64-unknown-linux-gnu/stage1
git clone --recursive https://github.com/softdevteam/yksom
cd yksom
rustup toolchain link alloy build/x86_64-unknown-linux-gnu/stage1
cargo +alloy test
cargo +alloy test --release

0 comments on commit 4d03af8

Please sign in to comment.