Skip to content

Commit 6540466

Browse files
committed
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.
1 parent 486ed0a commit 6540466

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

build-aux/Jenkinsfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,11 @@ meta = [
261261
spidermonkey_vsn: '128',
262262
with_nouveau: true,
263263
with_clouseau: true,
264-
clouseau_java_home: /C:\tools\zulu21.46.19-ca-jdk21.0.9-win_x64/,
264+
//Usually set via https://github.com/apache/couchdb-glazier/blob/main/bin/shell.ps1
265+
//clouseau_java_home: /C:\tools\zulu21.46.19-ca-jdk21.0.9-win_x64/,
265266
quickjs_test262: false,
266267
node_label: 'win',
267-
gnu_make_eunit_opts: "${DEFAULT_GNU_MAKE_EUNIT_OPTS}"
268+
gnu_make_eunit_opts: "-j3 --output-sync=target"
268269
]
269270
]
270271

0 commit comments

Comments
 (0)