summaryrefslogtreecommitdiff
path: root/ci-prod.ick
diff options
context:
space:
mode:
Diffstat (limited to 'ci-prod.ick')
-rw-r--r--ci-prod.ick6
1 files changed, 6 insertions, 0 deletions
diff --git a/ci-prod.ick b/ci-prod.ick
index a4bf8f4..b59ca86 100644
--- a/ci-prod.ick
+++ b/ci-prod.ick
@@ -1269,12 +1269,18 @@ pipelines:
exit 0
fi
+ # Use workspace for things.
export HOME=/workspace
export PATH="$HOME/.cargo/bin:$PATH"
+ export TMPDIR=/workspace
rm -rf ick-helpers
git clone git://git.liw.fi/ick-helpers
+ # Set up rustup Rust to use stable version of Rust.
+ rustup default stable
+ rustup show
+
cd /workspace/src
# Build new releases.