janl commented on code in PR #5825:
URL: https://github.com/apache/couchdb/pull/5825#discussion_r2665050357
##########
build-aux/Jenkinsfile:
##########
@@ -200,17 +200,15 @@ meta = [
gnu_make: 'gmake'
],
- // Disable temporarily. Forks / shell execs seem to fail there currently
- //
- //
- // 'macos': [
- // name: 'macOS',
- // spidermonkey_vsn: '128',
- // with_nouveau: false,
- // with_clouseau: true,
- // clouseau_java_home: '/opt/java/openjdk8/zulu-8.jre/Contents/Home',
- // gnu_make: 'make'
- // ],
+ 'macos': [
+ name: 'macOS',
+ disable_spidermonkey: true,
+ with_nouveau: false,
Review Comment:
fewer moving parts for now
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]