We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a056b0e commit 6e0e710Copy full SHA for 6e0e710
build-aux/Jenkinsfile.full
@@ -225,7 +225,7 @@ def generateNativeStage(platform) {
225
dir( "${platform}/build" ) {
226
powershell( script: """
227
.\\..\\..\\couchdb-glazier\\bin\\shell.ps1
228
- .\\configure.ps1 -SkipDeps -WithNouveau -SpiderMonkeyVersion ${meta[platform].spidermonkey_vsn}
+ .\\configure.ps1 -SkipDeps -WithNouveau -WithClouseau -SpiderMonkeyVersion ${meta[platform].spidermonkey_vsn}
229
Set-Item -Path env:GRADLE_OPTS -Value '-Dorg.gradle.daemon=false'
230
make -f Makefile.win release
231
""", label: 'Configure and Build')
0 commit comments