Created
December 11, 2020 04:10
-
-
Save lzimd/c534683f7af875aa7263f6005313b872 to your computer and use it in GitHub Desktop.
Hello, adoptopenjdk/openjdk-build with Cygwin + VS2019
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -eu | |
export VSLANG=1033 | |
export WORKSPACE=. | |
export BRANCH=master | |
export TAG=jdk-15.0.1+9 | |
export BUILD_ARGS='--repository https://gitee.com/mirrors_openjdk/jdk15u --disable-adopt-branch-safety --custom-cacerts false --create-debug-symbols-package ' | |
bash ./buildJDKWin.sh -v 15 --hotspot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## see https://github.com/AdoptOpenJDK/openjdk-infrastructure/blob/master/ansible/pbTestScripts/buildJDKWin.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment