From 3d5a64b7bb0f450c6a10e1900213c2ffbec86f11 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 1 Aug 2019 19:27:30 +0300 Subject: [PATCH] chromium: tweak build --- testing/chromium/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/chromium/build b/testing/chromium/build index 332a8b12..939354da 100755 --- a/testing/chromium/build +++ b/testing/chromium/build @@ -90,7 +90,7 @@ python2 tools/gn/bootstrap/bootstrap.py -s -v --gn-gen-args "$*" # All shells seem to support this despite the lack of a POSIX spec for it. # shellcheck disable=2039 -ulimit -n 2048 ||: +ulimit -n 4096 ||: out/Release/gn gen out/Release \ --script-executable=/usr/bin/python2