summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Matias2020-08-19 16:27:45 -0300
committerPaulo Matias2020-08-19 16:27:45 -0300
commitfb32bcb7de8171889a3c04f218b366c0214fbb8c (patch)
tree2ded8d829c036e59e978030fc1b0c99713c37873
parent7ce5d51872e1ef7dd38bfaff87ae6e164322d1ad (diff)
downloadaur-fb32bcb7de8171889a3c04f218b366c0214fbb8c.tar.gz
need to bootstrap after bug 1656993 was closed
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b80b11552c27..a8eae54355b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -139,6 +139,7 @@ build() {
# LTO/PGO needs more open files
ulimit -n 4096
+ ./mach bootstrap --application-choice browser --no-interactive
xvfb-run -a -n 97 -s "-screen 0 1600x1200x24" ./mach build
./mach buildsymbols
}