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
The following commit(s) were added to refs/heads/jenkins-clouseau-3.0.0 by this
push:
new 2df61bb0e No Clouseau for FreeBSD for the moment
2df61bb0e is described below
commit 2df61bb0ec647086984752f17d1f550144142ab2
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 5d326bcef..473c5a70b 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'