From 4d03af851ba41a3e91ece9a389b95cd9e0ba26c1 Mon Sep 17 00:00:00 2001 From: Jake Hughes Date: Fri, 17 Nov 2023 16:06:41 +0000 Subject: [PATCH] Fix command order --- .buildbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildbot.sh b/.buildbot.sh index 5b10e218f6438..77c5e826e622e 100644 --- a/.buildbot.sh +++ b/.buildbot.sh @@ -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