summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2023-01-09 17:14:46 +0100
committerJan Lehnardt <jan@apache.org>2023-01-09 17:14:46 +0100
commitd5c764cc241de3d4badcb562ef438c745be182bd (patch)
treeedd04fd273ef695353d2d58f50f58e164666267e
parentca791828cd147590f83f31c4c4af6716ffafba90 (diff)
downloadcouchdb-ci/mac.tar.gz
ci: re-enable mac builderci/mac
-rw-r--r--build-aux/Jenkinsfile.full11
1 files 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.