From d4f6a2085f21f20573d85565234dfd3ec514dea9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 18 Mar 2021 13:43:35 +0200 Subject: tweak how rust-check runs --- ci-prod.ick | 10 +++------- 1 file 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 -- cgit v1.2.1