File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -261,10 +261,11 @@ meta = [
261261 spidermonkey_vsn : ' 128' ,
262262 with_nouveau : true ,
263263 with_clouseau : true ,
264- clouseau_java_home : / C:\t ools\z ulu21.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 ) {
You can’t perform that action at this time.
0 commit comments