Skip to content

Commit

Permalink
ci(mac): re-enable mac CI for the full build
Browse files Browse the repository at this point in the history
  • Loading branch information
janl authored and nickva committed Jan 19, 2023
1 parent 4b2d3dc commit 3b6ebde
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions build-aux/Jenkinsfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3b6ebde

Please sign in to comment.