mirror of
git://slackware.nl/current.git
synced 2025-01-09 05:24:36 +01:00
45d1307fae
d/perl-5.36.0-x86_64-3.txz: Rebuilt. Upgraded: IO-Socket-SSL-2.081, Moo-2.005005, Path-Tiny-0.144, Sub-Quote-2.006008, Template-Toolkit-3.101, URI-5.17. Added: JSON-4.10 (needed to build Samba with --bundled-libraries=heimdal). kde/kstars-3.6.3-x86_64-1.txz: Upgraded. l/gjs-1.74.1-x86_64-1.txz: Upgraded. Compiled against mozjs102-102.7.0esr. l/mozjs102-102.7.0esr-x86_64-1.txz: Added. This is required by gjs-1.74.1 and polkit-122. l/mozjs78-78.15.0esr-x86_64-1.txz: Removed. l/polkit-122-x86_64-1.txz: Upgraded. Compiled against mozjs102-102.7.0esr.
22 lines
768 B
Diff
22 lines
768 B
Diff
From 6ebe8ce6a3267c96454de3cd453269b4c4053a3e Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= <fzatlouk@redhat.com>
|
|
Date: Mon, 9 Aug 2021 14:41:14 +0200
|
|
Subject: [PATCH] Don't die on SpiderMonkey checks
|
|
|
|
---
|
|
config/run_spidermonkey_checks.py | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/config/run_spidermonkey_checks.py b/config/run_spidermonkey_checks.py
|
|
index 0f842d9..b49db52 100644
|
|
--- a/config/run_spidermonkey_checks.py
|
|
+++ b/config/run_spidermonkey_checks.py
|
|
@@ -11,5 +11,3 @@ import sys
|
|
def main(output, lib_file, *scripts):
|
|
for script in scripts:
|
|
retcode = subprocess.call([sys.executable, script], cwd=buildconfig.topsrcdir)
|
|
- if retcode != 0:
|
|
- raise Exception(script + " failed")
|
|
--
|
|
2.31.1
|
|
|