Skip to content

Commit 02edf18

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 02edf18

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

build-aux/Jenkinsfile

Lines changed: 4 additions & 3 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

@@ -402,7 +403,7 @@ def generateNativeStage(platform) {
402403
..\\..\\couchdb-glazier\\bin\\shell.ps1
403404
.\\configure.ps1 -SkipDeps ${withNouveau} ${withClouseau} -SpiderMonkeyVersion ${meta[platform].spidermonkey_vsn}
404405
Set-Item -Path env:GRADLE_OPTS -Value '-Dorg.gradle.daemon=false'
405-
make -f Makefile.win release
406+
make -f Makefile.win
406407
""", label: 'Configure and Build')
407408

408409
retry (3) {

0 commit comments

Comments
 (0)