Skip to content

Commit

Permalink
mx version, Windows Python utf-8
Browse files Browse the repository at this point in the history
  • Loading branch information
Karm committed Jul 9, 2024
1 parent f923edd commit 179f81d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions jenkins/jobs/builds/Constants.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ class Constants {
for /F "tokens=*" %%i in (\'"git describe --always --long"\') do set M_DESCRIBE=%%i
powershell -Command "$c=(Select-String -Path \'%JAVA_HOME%\\release\' -Pattern \'^^SOURCE\').Line -replace \'SOURCE=.*:([a-z0-9]*).*\', \'$1\';Write-Host MANDREL_DESCRIBE=%M_DESCRIBE% JDK git: $c"
popd
SET PYTHONIOENCODING=utf-8
SET PYTHONUTF8=1
powershell -Command "$c=Get-Content \'jenkins\\jobs\\scripts\\mandrel_windows_build.bat\';$c -replace \'.*JAVA_HOME=C.*\',\'set \\"JAVA_HOME=%JAVA_HOME%"\' | Out-File -Encoding ASCII -FilePath \'jenkins\\jobs\\scripts\\mandrel_windows_build.bat\';"
jenkins\\jobs\\scripts\\mandrel_windows_build.bat
'''
Expand Down
4 changes: 2 additions & 2 deletions jenkins/jobs/builds/mandrel_24_1_linux_build_matrix.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ matrixJob('mandrel-24-1-linux-build-matrix') {
remote {
url('https://github.com/graalvm/mx.git')
}
branches('refs/tags/7.5.2')
branches('refs/tags/7.22.0')
extensions {
localBranch('7.5.2')
localBranch('7.22.0')
relativeTargetDirectory('mx')
}
}
Expand Down
4 changes: 2 additions & 2 deletions jenkins/jobs/builds/mandrel_24_1_macos_build_matrix.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ matrixJob('mandrel-24-1-macos-build-matrix') {
remote {
url('https://github.com/graalvm/mx.git')
}
branches('refs/tags/7.5.2')
branches('refs/tags/7.22.0')
extensions {
localBranch('7.5.2')
localBranch('7.22.0')
relativeTargetDirectory('mx')
}
}
Expand Down
4 changes: 2 additions & 2 deletions jenkins/jobs/builds/mandrel_24_1_windows_build_matrix.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ matrixJob('mandrel-24-1-windows-build-matrix') {
remote {
url('https://github.com/graalvm/mx.git')
}
branches('refs/tags/7.5.2')
branches('refs/tags/7.22.0')
extensions {
localBranch('7.5.2')
localBranch('7.22.0')
relativeTargetDirectory('mx')
}
}
Expand Down

0 comments on commit 179f81d

Please sign in to comment.