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 ++- ...tatic-disable-network-test-on-static-libraries.patch | Bin 709 -> 874 bytes 2 files changed, 2 insertions(+), 1 deletion(-) 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" ' )" + diff --git a/extra/firefox/rust-static-disable-network-test-on-static-libraries.patch b/extra/firefox/rust-static-disable-network-test-on-static-libraries.patch index 84dcc1d3..9e4baffa 100644 Binary files a/extra/firefox/rust-static-disable-network-test-on-static-libraries.patch and b/extra/firefox/rust-static-disable-network-test-on-static-libraries.patch differ -- cgit v1.2.3-54-g00ecf