This is an automated email from the ASF dual-hosted git repository.
big-r81 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push:
new aa487659e ci: Adjust Windows CI settings (#5990)
aa487659e is described below
commit aa487659ee791731936168e095d6b6dee9bd9545
Author: Ronny Berndt <[email protected]>
AuthorDate: Sun Aug 23 21:54:42 2026 +0200
ci: Adjust Windows CI settings (#5990)
The env variable `CLOUSEAU_JAVA_HOME` is usually 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 cfd3e7ecd..ffffc5bee 100644
--- a/build-aux/Jenkinsfile
+++ b/build-aux/Jenkinsfile
@@ -271,10 +271,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"
]
]