ci: Drop testuser creation

Nothing is using this; our unit tests don't change uids and
most of our testing is in VMs.

Dropping this makes it easier to run the scripts outside of CI.
This commit is contained in:
Colin Walters 2021-01-29 17:50:13 +00:00 committed by OpenShift Merge Robot
parent 83c7c90b83
commit 4b1120d57e

View File

@ -9,11 +9,6 @@ dn=$(dirname $0)
${dn}/install-extra-builddeps.sh
${dn}/installdeps.sh
# create an unprivileged user for testing
if ! getent passwd testuser; then
adduser testuser
fi
# make it clear what rustc version we're compiling with (this is grepped in CI)
rustc --version