Skip to content

Commit

Permalink
Run build under sudo so that we can set ulimit
Browse files Browse the repository at this point in the history
  • Loading branch information
dsplaisted committed Nov 1, 2021
1 parent e65b786 commit 9e6c445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9e6c445

Please sign in to comment.