From 1a1adcd0d42fd340f69ab4ee217916141dc10387 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 8 Mar 2022 06:38:57 +0200 Subject: use rustup Rust for building release debs Sponsored-by: author --- ci-prod.ick | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- cgit v1.2.1