This is an automated email from the ASF dual-hosted git repository. big-r81 pushed a commit to branch dev/opt-win-ci in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 02edf18df4ecd2c804d6d6a8c093491eb53dc9d0 Author: Ronny Berndt <[email protected]> AuthorDate: Thu Apr 30 16:37:33 2026 +0200 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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile index 33fe42869..3bafb0674 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" ] ] @@ -402,7 +403,7 @@ def generateNativeStage(platform) { ..\\..\\couchdb-glazier\\bin\\shell.ps1 .\\configure.ps1 -SkipDeps ${withNouveau} ${withClouseau} -SpiderMonkeyVersion ${meta[platform].spidermonkey_vsn} Set-Item -Path env:GRADLE_OPTS -Value '-Dorg.gradle.daemon=false' - make -f Makefile.win release + make -f Makefile.win """, label: 'Configure and Build') retry (3) {
