Skip to content

Commit

Permalink
On ARM64 FreeBSD use QuickJS
Browse files Browse the repository at this point in the history
Better than not running any tests at all for now, at least
  • Loading branch information
nickva committed May 16, 2024
1 parent f957af1 commit 7e5e0ac
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build-aux/Jenkinsfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -97,20 +97,20 @@ meta = [
],

'freebsd-x86_64': [
name: 'FreeBSD',
name: 'FreeBSD x86_64',
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'
// ],
// Spidermonkey 91 has issues on ARM64 FreeBSD
// use QuickJS for now
'freebsd-arm64': [
name: 'FreeBSD ARM64 QuickJS',
disable_spidermonkey: true,
enable_clouseau: false,
gnu_make: 'gmake'
],

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

0 comments on commit 7e5e0ac

Please sign in to comment.