Skip to content

Commit

Permalink
ci(freebsd): re-enable full platform ci on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Jul 29, 2023
1 parent aef083c commit 1f2994e
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions build-aux/Jenkinsfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,17 @@ meta = [
image: "apache/couchdbci-debian:bullseye-erlang-${ERLANG_VERSION}"
],

// Skip freebsd builds for now as adviced by node owner
// 'freebsd': [
// name: 'FreeBSD',
// spidermonkey_vsn: '1.8.5',
// gnu_make: 'gmake'
// ],
'freebsd-x86_64': [
name: 'FreeBSD',
spidermonkey_vsn: '91',
gnu_make: 'gmake'
],

'freebsd-arm64': [
name: 'FreeBSD',
spidermonkey_vsn: '91',
gnu_make: 'gmake'
],

'macos': [
name: 'macOS',
Expand Down

0 comments on commit 1f2994e

Please sign in to comment.