diff options
author | Jan Lehnardt <jan@apache.org> | 2023-01-18 16:01:58 +0100 |
---|---|---|
committer | Nick Vatamaniuc <vatamane@gmail.com> | 2023-01-18 13:59:31 -0500 |
commit | fcce025e60812e3a966a381e8cbd3a8f0a2a973f (patch) | |
tree | b4888dbe86b3c9600c4f09aac40fe1234865f4e6 | |
parent | 4b2d3dc6253c821c443bc1e1b4540cf76d848908 (diff) | |
download | couchdb-jenkins-ci-enable-mac.tar.gz |
ci(mac): re-enable mac CI for the full buildjenkins-ci-enable-mac
-rw-r--r-- | build-aux/Jenkinsfile.full | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index efbf1db5a..bce9f14ec 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -86,12 +86,11 @@ meta = [ // gnu_make: 'gmake' // ], - /// Temporarily bypass macos builder due to rebar version issue - // 'macos': [ - // name: 'macOS', - // spidermonkey_vsn: '60', - // gnu_make: 'make' - // ] + 'macos': [ + name: 'macOS', + spidermonkey_vsn: '91', + gnu_make: 'make' + ] ] // Credit to https://stackoverflow.com/a/69222555 for this technique. |