Run build under sudo so that we can set ulimit
This commit is contained in:
parent
dc4a666b21
commit
500bc39ef4
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -53,5 +53,5 @@ dockerbuild()
|
||||||
if [ ! -z "$BUILD_IN_DOCKER" ]; then
|
if [ ! -z "$BUILD_IN_DOCKER" ]; then
|
||||||
dockerbuild $args
|
dockerbuild $args
|
||||||
else
|
else
|
||||||
$DIR/run-build.sh $args
|
sudo $DIR/run-build.sh $args
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue