This is an automated email from the ASF dual-hosted git repository. jan pushed a commit to branch chore-temp-disable-freebsd-arm in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 22b15258617b7e0eccf80f52c2f78eb7810d48d9 Author: Jan Lehnardt <[email protected]> AuthorDate: Fri Feb 20 12:49:45 2026 +0100 ci: temporarily disable freebsd-arm worker because it is too slow --- build-aux/Jenkinsfile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile index 6100679e9..b1f0b8d6f 100644 --- a/build-aux/Jenkinsfile +++ b/build-aux/Jenkinsfile @@ -191,15 +191,15 @@ meta = [ // Spidermonkey 91 has issues on ARM64 FreeBSD // use QuickJS for now - // - 'freebsd-arm64': [ - name: 'FreeBSD ARM64 QuickJS', - disable_spidermonkey: true, - with_clouseau: true, - clouseau_java_home: '/usr/local/openjdk21', - quickjs_test262: false, - gnu_make: 'gmake' - ], + // Temporarily disabled because on too slow a host + // 'freebsd-arm64': [ + // name: 'FreeBSD ARM64 QuickJS', + // disable_spidermonkey: true, + // with_clouseau: true, + // clouseau_java_home: '/usr/local/openjdk21', + // quickjs_test262: false, + // gnu_make: 'gmake' + // ], 'macos': [ name: 'macOS',
