You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/01/19 19:10:29 UTC

[couchdb] branch main updated: ci(mac): re-enable mac CI for the full build

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new 3b6ebdeb3 ci(mac): re-enable mac CI for the full build
3b6ebdeb3 is described below

commit 3b6ebdeb3b5d10f03677b5f2c38c21c6c144a2bd
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Wed Jan 18 16:01:58 2023 +0100

    ci(mac): re-enable mac CI for the full build
---
 build-aux/Jenkinsfile.full | 11 +++++------
 1 file 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.