From 593c58fc1eaae41d79d48b398f42c71ec566a23a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 8 Mar 2022 06:55:46 +0200 Subject: more debug print Sponsored-by: author --- ci-prod.ick | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci-prod.ick b/ci-prod.ick index f7e22c6..e80c81a 100644 --- a/ci-prod.ick +++ b/ci-prod.ick @@ -1184,13 +1184,17 @@ pipelines: actions: - where: container shell: | + echo build_deb_ci_with_rustup_rust + export PATH="/workspace/.cargo/bin:$PATH" export HOME=/workspace + export TMPDIR=/workspace which cargo which rustc rustup default stable rustc --version + cargo --version rm -f ./*_*.* cd /workspace/src -- cgit v1.2.1