summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-03-08 06:48:29 +0200
committerLars Wirzenius <liw@liw.fi>2022-03-08 06:48:29 +0200
commita74c5db4b36b08e64981a8316eff1a323ae6c65d (patch)
tree839b7cd50ae82e20eaa54d555feca5b211aed02d
parent1a1adcd0d42fd340f69ab4ee217916141dc10387 (diff)
downloadliw-ci-a74c5db4b36b08e64981a8316eff1a323ae6c65d.tar.gz
dcbug prints
Sponsored-by: author
-rw-r--r--ci-prod.ick4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci-prod.ick b/ci-prod.ick
index b59ca86..f7e22c6 100644
--- a/ci-prod.ick
+++ b/ci-prod.ick
@@ -1266,8 +1266,10 @@ pipelines:
shell: |
if ! [ -e debian ]
then
+ echo this is not a Debian package
exit 0
fi
+ echo Trying to build any new release as a Debian package
# Use workspace for things.
export HOME=/workspace
@@ -1280,6 +1282,8 @@ pipelines:
# Set up rustup Rust to use stable version of Rust.
rustup default stable
rustup show
+ rustc --version
+ cargo --version
cd /workspace/src