You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2023/01/09 16:15:05 UTC

[couchdb] branch ci/mac created (now d5c764cc2)

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

jan pushed a change to branch ci/mac
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at d5c764cc2 ci: re-enable mac builder

This branch includes the following new commits:

     new d5c764cc2 ci: re-enable mac builder

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: ci: re-enable mac builder

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch ci/mac
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit d5c764cc241de3d4badcb562ef438c745be182bd
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Mon Jan 9 17:14:46 2023 +0100

    ci: re-enable mac builder
---
 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..309822568 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: '60',
+     gnu_make: 'make'
+   ]
 ]
 
 // Credit to https://stackoverflow.com/a/69222555 for this technique.