summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-18 13:43:35 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-18 13:43:35 +0200
commitd4f6a2085f21f20573d85565234dfd3ec514dea9 (patch)
treec71595db66eb017a17a14ae75b9fda2a0644bb3d
parent2ef69ec8ebfa00322738fbb95b0ed79338ecb18f (diff)
downloadliw-ci-d4f6a2085f21f20573d85565234dfd3ec514dea9.tar.gz
tweak how rust-check runs
-rw-r--r--ci-prod.ick10
1 files changed, 3 insertions, 7 deletions
diff --git a/ci-prod.ick b/ci-prod.ick
index 3f5762d..e57f683 100644
--- a/ci-prod.ick
+++ b/ci-prod.ick
@@ -900,16 +900,12 @@ pipelines:
rustup default stable
rustup show
- # Create a non-privileged account: some tests will pass if
- # run as root.
- apt-get install -y sudo
- adduser --disabled-password --gecos worker worker
-
- rustc --version
-
cd /workspace/src
if [ -e check ]
then
+ rustc --version
+ git show
+
# Clean up so that tests run in a repeatable environment.
git clean -fdx