From d33053e835cb907847878e34b5110aab240bc08b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 21 Sep 2019 15:26:29 +0200 Subject: extra/firefox: patch doesn't work, so let's comment out the whole makefile section around the rust test --- extra/firefox/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'extra/firefox/PKGBUILD') 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" ' )" + -- cgit v1.2.3-54-g00ecf