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
parent a157e0ab42
commit 82334c7ef0

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