Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: temporarily disable freebsd x86 worker until it is back #5086

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions build-aux/Jenkinsfile.full
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,13 @@ meta = [
image: "apache/couchdbci-debian:bookworm-erlang-${ERLANG_VERSION}"
],

'freebsd-x86_64': [
name: 'FreeBSD x86_64',
spidermonkey_vsn: '91',
enable_clouseau: false,
gnu_make: 'gmake'
],
// Temp disable until worker is back
// 'freebsd-x86_64': [
// name: 'FreeBSD x86_64',
// spidermonkey_vsn: '91',
// enable_clouseau: false,
// gnu_make: 'gmake'
// ],

// Spidermonkey 91 has issues on ARM64 FreeBSD
// use QuickJS for now
Expand Down