There was an error while loading. Please reload this page.
1 parent 486ed0a commit 6540466Copy full SHA for 6540466
1 file changed
build-aux/Jenkinsfile
@@ -261,10 +261,11 @@ meta = [
261
spidermonkey_vsn: '128',
262
with_nouveau: true,
263
with_clouseau: true,
264
- 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
265
+ //clouseau_java_home: /C:\tools\zulu21.46.19-ca-jdk21.0.9-win_x64/,
266
quickjs_test262: false,
267
node_label: 'win',
- gnu_make_eunit_opts: "${DEFAULT_GNU_MAKE_EUNIT_OPTS}"
268
+ gnu_make_eunit_opts: "-j3 --output-sync=target"
269
]
270
271
0 commit comments