This commit is contained in:
Connor Olding 2022-10-14 22:22:02 -07:00
parent 5ac08545ce
commit 37c14c6ecd

View File

@ -3,8 +3,6 @@
&& [ -s build-all ] \
&& { [ -d out ] || mkdir out || exit ;} \
&& podman run -v="$(readlink -f .)":/stargazing -e=TERM=$TERM -it --rm \
--cap-add=sys_admin,mknod --device=/dev/fuse --security-opt label=disable \
--user root quay.io/podman/stable \
/stargazing/build-all \
--priviledged --user root quay.io/podman/stable /stargazing/build-all \
|| { e=$?; echo something died; exit $e ;} \
;