Skip to content

Commit

Permalink
Disable FreeBSD ARM64 in full CI
Browse files Browse the repository at this point in the history
Until issue #4916 is resolved.
  • Loading branch information
nickva committed Dec 19, 2023
1 parent b1d8fc1 commit a75e777
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions build-aux/Jenkinsfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,14 @@ meta = [
gnu_make: 'gmake'
],

'freebsd-arm64': [
name: 'FreeBSD',
spidermonkey_vsn: '91',
enable_clouseau: false,
gnu_make: 'gmake'
],
// Disable temporarily until issue 4916
// is resolved
// 'freebsd-arm64': [
// name: 'FreeBSD',
// spidermonkey_vsn: '91',
// enable_clouseau: false,
// gnu_make: 'gmake'
// ],

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

0 comments on commit a75e777

Please sign in to comment.