summaryrefslogtreecommitdiff
path: root/spidermonkey_style_check_disable_s390x.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 15:43:33 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 15:43:33 +0000
commit64581c907fb51e23bbddbc48dd3d0af8eab52d36 (patch)
tree5b8ab8b1b4bdabaee83c0a3791f23f1fd4ca81d8 /spidermonkey_style_check_disable_s390x.patch
parent014a4f821f669161de39fcf5db8113c2e77799c9 (diff)
automatic import of gjsopeneuler24.03_LTS
Diffstat (limited to 'spidermonkey_style_check_disable_s390x.patch')
-rw-r--r--spidermonkey_style_check_disable_s390x.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/spidermonkey_style_check_disable_s390x.patch b/spidermonkey_style_check_disable_s390x.patch
new file mode 100644
index 0000000..f77bec6
--- /dev/null
+++ b/spidermonkey_style_check_disable_s390x.patch
@@ -0,0 +1,11 @@
+--- a/config/check_spidermonkey_style.py
++++ b/config/check_spidermonkey_style.py
+
+@@ -779,6 +779,7 @@ def tarjan(V, E):
+
+
+ def main():
++ sys.exit(0)
+ if sys.argv[1:] == ["--fixup"]:
+ # Sort #include directives in-place. Fixup mode doesn't solve
+ # all possible silliness that the script checks for; it's just a