summarylogtreecommitdiffstats
path: root/mach_install_ignore_errors.patch
diff options
context:
space:
mode:
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