From da1fb27fe6d16fb1fa3017f95527862697630ca4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 25 Oct 2019 16:06:23 +0200 Subject: extra/firefox: disable C++/Rust PGO as gcc doesnt support that --- extra/firefox/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/firefox/PKGBUILD') diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD index 6a2bd9ff..a76ae2ac 100644 --- a/extra/firefox/PKGBUILD +++ b/extra/firefox/PKGBUILD @@ -96,7 +96,7 @@ 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+=('d07e283d5c784bb44dcd0ad3f6b82f19cac562451ce07033e8dde50bf8c75d76') +sha256sums+=('eee6f990abf166da5dba7137ccf8e8bf4aac79e1c3db1cfeec67f797609b3e59') eval "$( declare -f prepare | \ sed ' -- cgit v1.2.3-54-g00ecf