remove unshare
Some checks failed
Build Project / build (push) Failing after 47s

This commit is contained in:
Dawid Sobczak 2025-04-20 09:25:22 +01:00
parent 15ca0301a6
commit af51df7530
3 changed files with 6 additions and 4 deletions

View file

@ -41,7 +41,8 @@ fi
MKDIR=$(command -v mkdir)
CHROOT=$(command -v chroot)
exec env -i "NPROC=$NPROC" unshare -nrm bash -uexs <<EOF
# exec env -i "NPROC=$NPROC" unshare -nrm bash -uexs <<EOF
exec env -i "NPROC=$NPROC" bash -uexs <<EOF
$MKDIR stage/dev; :> stage/dev/null
$MOUNT --bind /dev/null stage/dev/null