This is an automated email from the ASF dual-hosted git repository. pgj pushed a commit to branch clouseau-in-ci-containers in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 8023272f1ac195f5316905b316f2ea7bada9f538 Author: Gabor Pali <[email protected]> AuthorDate: Fri Dec 5 19:13:56 2025 +0100 Fiddle with `JAVA_OPTS` to see if that fixes Clouseau --- build-aux/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile index 0563159ce..fe1ecc4d2 100644 --- a/build-aux/Jenkinsfile +++ b/build-aux/Jenkinsfile @@ -40,7 +40,7 @@ meta = [ name: 'CentOS 8', spidermonkey_vsn: '60', with_nouveau: true, - with_clouseau: false, + with_clouseau: true, clouseau_java_home: '/usr', quickjs_test262: true, image: "apache/couchdbci-centos:8-erlang-${ERLANG_VERSION}" @@ -408,7 +408,7 @@ def generateContainerStage(platform) { def setClouseauJavaHome = '' if (meta[platform].clouseau_java_home) { - setClouseauJavaHome = "env CLOUSEAU_JAVA_HOME='${meta[platform].clouseau_java_home}' " + setClouseauJavaHome = "env CLOUSEAU_JAVA_HOME='${meta[platform].clouseau_java_home}' JAVA_OPTS='-XX:ActiveProcessorCount=1' " } dir( "${platform}/build" ) {
