From 5d305f47aef33a8e6b6a6644c4e1d3da47036f22 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 02:54:05 +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