Run build under sudo so that we can set ulimit

This commit is contained in:
Daniel Plaisted 2021-11-01 11:21:40 -07:00 committed by Marc Paine
parent dc4a666b21
commit 500bc39ef4

View file

@ -53,5 +53,5 @@ dockerbuild()
if [ ! -z "$BUILD_IN_DOCKER" ]; then
dockerbuild $args
else
$DIR/run-build.sh $args
sudo $DIR/run-build.sh $args
fi