From 93868a9bc19652b7b4a3f8a5c9329a7390502eb4 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 6 Oct 2019 12:52:43 +0300 Subject: [PATCH] firefox: fix checksums --- testing/firefox/build | 4 ++++ testing/firefox/checksums | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/testing/firefox/build b/testing/firefox/build index c013fa0b..479fbdcc 100755 --- a/testing/firefox/build +++ b/testing/firefox/build @@ -24,6 +24,10 @@ for patch in *.patch; do patch -p1 < "$patch" done +# Fix OOM errors. +cores=$(nproc) +printf '%s\n' "mk_add_options MOZ_MAKE_FLAGS=\"-j$cores -l$cores\"" >> mozconfig + ./mach build DESTDIR="$1" ./mach install diff --git a/testing/firefox/checksums b/testing/firefox/checksums index e14c6fa6..6e2adf81 100644 --- a/testing/firefox/checksums +++ b/testing/firefox/checksums @@ -1,8 +1,8 @@ 9e759ee2ea2a55a8f9180683f046a6e34a1d9a711bdf30f3794a47c3277f4e87 firefox-70.0b12.source.tar.xz f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e autoconf-2.13.tar.gz -143c5f3348713eaa0850c9ba5b0233603a85764feda9fa5b267f9f4424d03f4c mozconfig +03d70dc6ba6979de07af0be8beb39c00739d33c214521e5fec2d7c2dc589f25b mozconfig 960d82bbfdc88c95f5cb4f2e1c1bf23dae7519b3b7203914d7b3ddbff1ba4c28 stab.h -48d0cb26d434f8ed3f241110d72f919677bad845e731d6618ca23d7c7c3f52c1 vendor.js +637ee9ff665a8deedde4da44503bae76bb7a22622ef5bc17abf56ebf7e40736e vendor.js add8fdad8b2064e2910312f53d0438cf077e994611e85219d4bf234b93ca7403 policies.json 315880530f09175788dfa48a1915bfa1e190bfd3e267988b9100cb93006c808c fix-fortify-system-wrappers.patch 418a2a9f80c41ee004cb640968617cab283b99f3d109aaf6180b0088d60c84b0 fix-sandbox-membarrier.patch