This is an automated email from the ASF dual-hosted git repository. pgj pushed a commit to branch jenkins-clouseau-3.0.0 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 22c873e668e19a18b0bf41863970d015c7b836bf Author: Gabor Pali <[email protected]> AuthorDate: Wed Nov 26 01:36:00 2025 +0100 No Clouseau for FreeBSD for the moment --- build-aux/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile index a633362ec..4b5f6053f 100644 --- a/build-aux/Jenkinsfile +++ b/build-aux/Jenkinsfile @@ -172,7 +172,7 @@ meta = [ 'freebsd-x86_64': [ name: 'FreeBSD x86_64', spidermonkey_vsn: '91', - with_clouseau: true, + with_clouseau: false, clouseau_java_home: '/usr/local/openjdk21-jre', quickjs_test262: false, gnu_make: 'gmake' @@ -183,7 +183,7 @@ meta = [ 'freebsd-arm64': [ name: 'FreeBSD ARM64 QuickJS', disable_spidermonkey: true, - with_clouseau: true, + with_clouseau: false, clouseau_java_home: '/usr/local/openjdk21-jre', quickjs_test262: false, gnu_make: 'gmake'
