summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-03-08 06:38:57 +0200
committerLars Wirzenius <liw@liw.fi>2022-03-08 06:38:57 +0200
commit1a1adcd0d42fd340f69ab4ee217916141dc10387 (patch)
tree7b1f84a6e886af22c6943e2fbfbf0f7f9c4a5f47
parent0744c0efe5e9c6827131fee98653eeb26ba2530e (diff)
downloadliw-ci-1a1adcd0d42fd340f69ab4ee217916141dc10387.tar.gz
use rustup Rust for building release debs
Sponsored-by: author
-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.