From 65404668c35bdbcf543e20e16295772f260eb79b Mon Sep 17 00:00:00 2001 From: Ronny Berndt Date: Thu, 30 Apr 2026 16:37:33 +0200 Subject: [PATCH] ci: Adjust Windows CI settings The env variable `CLOUSEAU_JAVA_HOME` is usally set via couchdb-glazier. Increase GNU make EUNIT opts for faster testing. --- build-aux/Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile index 33fe428690..3e34c20da4 100644 --- a/build-aux/Jenkinsfile +++ b/build-aux/Jenkinsfile @@ -261,10 +261,11 @@ meta = [ spidermonkey_vsn: '128', with_nouveau: true, with_clouseau: true, - clouseau_java_home: /C:\tools\zulu21.46.19-ca-jdk21.0.9-win_x64/, + //Usually set via https://github.com/apache/couchdb-glazier/blob/main/bin/shell.ps1 + //clouseau_java_home: /C:\tools\zulu21.46.19-ca-jdk21.0.9-win_x64/, quickjs_test262: false, node_label: 'win', - gnu_make_eunit_opts: "${DEFAULT_GNU_MAKE_EUNIT_OPTS}" + gnu_make_eunit_opts: "-j3 --output-sync=target" ] ]