summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci-prod.ick4
1 files changed, 4 insertions, 0 deletions
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