summaryrefslogtreecommitdiff
path: root/extra/firefox/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-09-21 15:26:29 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-09-21 15:26:29 +0200
commitd33053e835cb907847878e34b5110aab240bc08b (patch)
tree55138ae7c1abb9c104c79af2953c487c0f4b1f0e /extra/firefox/PKGBUILD
parentc13ad2f7c758bf897c3c851bd9bd26e076a13743 (diff)
downloadpackages-d33053e835cb907847878e34b5110aab240bc08b.tar.xz
extra/firefox: patch doesn't work, so let's comment out the whole makefile section around the rust test
Diffstat (limited to 'extra/firefox/PKGBUILD')
-rw-r--r--extra/firefox/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD
index 46db9912..2ea1d935 100644
--- a/extra/firefox/PKGBUILD
+++ b/extra/firefox/PKGBUILD
@@ -91,10 +91,11 @@ eval "$(
# test failure in rust code (complaining about network functions) when PGO is used,
# see https://bugzilla.mozilla.org/show_bug.cgi?id=1565757
source+=('rust-static-disable-network-test-on-static-libraries.patch')
-sha256sums+=('3502138d1b43d734743137b97ea220d56338e7ee15d6159b030489637e274fc0')
+sha256sums+=('34eea882ba21a0ce641f352a200ede115a8d4befd16fe43303ba1d0aa7f90abd')
eval "$(
declare -f prepare | \
sed '
$ i patch -p1 -i "$srcdir/rust-static-disable-network-test-on-static-libraries.patch"
'
)"
+