From 82247baf1a1d412df5c6338084ece308c250907f Mon Sep 17 00:00:00 2001 From: Jake Hughes Date: Fri, 19 Jan 2024 11:37:25 +0000 Subject: [PATCH] Move back to src dir --- .buildbot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildbot.sh b/.buildbot.sh index 72085d768..efb5e2658 100644 --- a/.buildbot.sh +++ b/.buildbot.sh @@ -10,6 +10,8 @@ ctest # Build alloy and test it against our BDWGC fork +cd ../ + export CARGO_HOME="`pwd`/.cargo" export RUSTUP_HOME="`pwd`/.rustup"