diff options
Diffstat (limited to 'source/l/mozjs78/patches/spidermonkey_checks_disable.patch')
-rw-r--r-- | source/l/mozjs78/patches/spidermonkey_checks_disable.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/l/mozjs78/patches/spidermonkey_checks_disable.patch b/source/l/mozjs78/patches/spidermonkey_checks_disable.patch new file mode 100644 index 00000000..14ba0ad7 --- /dev/null +++ b/source/l/mozjs78/patches/spidermonkey_checks_disable.patch @@ -0,0 +1,10 @@ +--- a/config/run_spidermonkey_checks.py ++++ b/config/run_spidermonkey_checks.py +@@ -11,5 +11,5 @@ + for script in scripts: + retcode = subprocess.call( + [sys.executable, script], cwd=buildconfig.topsrcdir) +- if retcode != 0: +- raise Exception(script + " failed") ++ #if retcode != 0: ++ # raise Exception(script + " failed") |