This is an automated email from the ASF dual-hosted git repository. nickva pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit e58ef7c8878874b685be32d3ee6c4002ae1981d8 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Mon Jun 8 18:38:18 2026 -0400 Temporarily disable FreeBSD x86 worker To unblock PR merging --- build-aux/Jenkinsfile | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile index 8b2c32468..a8c0ea70d 100644 --- a/build-aux/Jenkinsfile +++ b/build-aux/Jenkinsfile @@ -237,16 +237,18 @@ meta = [ gnu_make_eunit_opts: "${DEFAULT_GNU_MAKE_EUNIT_OPTS}" ], - 'freebsd-x86_64': [ - name: 'FreeBSD x86_64', - spidermonkey_vsn: '91', - with_nouveau: false, - with_clouseau: true, - clouseau_java_home: '/usr/local/openjdk21', - quickjs_test262: false, - gnu_make: 'gmake', - gnu_make_eunit_opts: "${DEFAULT_GNU_MAKE_EUNIT_OPTS}" - ], + // Disable temporarily to not block PR merging. Worker unexpectedly went + // offline. + // 'freebsd-x86_64': [ + // name: 'FreeBSD x86_64', + // spidermonkey_vsn: '91', + // with_nouveau: false, + // with_clouseau: true, + // clouseau_java_home: '/usr/local/openjdk21', + // quickjs_test262: false, + // gnu_make: 'gmake', + // gnu_make_eunit_opts: "${DEFAULT_GNU_MAKE_EUNIT_OPTS}" + // ], // Spidermonkey 91 has issues on ARM64 FreeBSD // use QuickJS for now
