summarylogtreecommitdiffstats
path: root/mach_install_ignore_errors.patch
diff options
context:
space:
mode:
authorMuflone2021-11-07 18:02:24 +0100
committerMuflone2021-11-07 18:02:24 +0100
commit36009f6cd1d2fa1d87a587b437062e4efa03f0b7 (patch)
treee8c19a0134c559ac63ea0968b47cbb7d0e8e3c0c /mach_install_ignore_errors.patch
parent200b99838ba8cb33462b4827133d6cc06c99d076 (diff)
downloadaur-36009f6cd1d2fa1d87a587b437062e4efa03f0b7.tar.gz
Updated package firefox-esr52 52.9.0-8
Diffstat (limited to 'mach_install_ignore_errors.patch')
-rw-r--r--mach_install_ignore_errors.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/mach_install_ignore_errors.patch b/mach_install_ignore_errors.patch
new file mode 100644
index 000000000000..a6b13f54f3b2
--- /dev/null
+++ b/mach_install_ignore_errors.patch
@@ -0,0 +1,16 @@
+diff -Naur firefox-52.9.0esr.orig/toolkit/mozapps/installer/packager.py firefox-52.9.0esr/toolkit/mozapps/installer/packager.py
+--- firefox-52.9.0esr.orig/toolkit/mozapps/installer/packager.py 2017-04-11 04:13:24.000000000 +0200
++++ firefox-52.9.0esr/toolkit/mozapps/installer/packager.py 2021-11-07 17:31:56.920859058 +0100
+@@ -163,8 +163,10 @@
+ % resource],
+ extra_linker_path=gre_path,
+ extra_env=extra_env):
+- errors.fatal('Error while running startup cache precompilation')
+- return
++ # errors.fatal('Error while running startup cache precompilation')
++ # return
++ # Ignore the xpcshell errors as it's buggy ATM
++ pass
+ from mozpack.mozjar import JarReader
+ jar = JarReader(cache)
+ resource = '/resource/%s/' % resource