Skip to content

Commit 0f9aa95

Browse files
committed
Unset CLOUSEAU_JAVA_HOME because we need Java 21
1 parent c43ce25 commit 0f9aa95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-aux/Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,12 +317,14 @@ def generateNativeStage(platform) {
317317
powershell( script: """
318318
.\\..\\..\\couchdb-glazier\\bin\\shell.ps1
319319
Set-Item -Path env:GRADLE_OPTS -Value '-Dorg.gradle.daemon=false'
320+
Remove-Item env:CLOUSEAU_JAVA_HOME
320321
make -f Makefile.win elixir-search ERLANG_COOKIE=crumbles
321322
""", label: 'Clouseau tests')
322323

323324
powershell( script: """
324325
.\\..\\..\\couchdb-glazier\\bin\\shell.ps1
325326
Set-Item -Path env:GRADLE_OPTS -Value '-Dorg.gradle.daemon=false'
327+
Remove-Item env:CLOSUEAU_JAVA_HOME
326328
make -f Makefile.win mango-test ERLANG_COOKIE=crumbles
327329
""", label: 'Mango tests')
328330

0 commit comments

Comments
 (0)