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:
parent
83c7c90b83
commit
4b1120d57e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user