From 64581c907fb51e23bbddbc48dd3d0af8eab52d36 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 15:43:33 +0000 Subject: automatic import of gjs --- spidermonkey_checks_disable.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 spidermonkey_checks_disable.patch (limited to 'spidermonkey_checks_disable.patch') diff --git a/spidermonkey_checks_disable.patch b/spidermonkey_checks_disable.patch new file mode 100644 index 0000000..a3c3802 --- /dev/null +++ b/spidermonkey_checks_disable.patch @@ -0,0 +1,9 @@ +--- a/config/run_spidermonkey_checks.py ++++ b/config/run_spidermonkey_checks.py +@@ -13,4 +13,5 @@ def main(output, lib_file, *scripts): + retcode = subprocess.call( + [sys.executable, script], cwd=buildconfig.topsrcdir) + if retcode != 0: +- raise Exception(script + " failed") ++ #raise Exception(script + " failed") ++ pass -- cgit v1.2.3