diannasoreil commented on a change in pull request #87: URL: https://github.com/apache/couchdb-pkg/pull/87#discussion_r791802628
########## File path: js68/SOURCES/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") Review comment: I have no idea, this was part of a set of patches that have been used to build the Fedora RPMs since what I believe is basically forever, so it's entirely possible that it's now obsolete. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org