Skip to content

Instantly share code, notes, and snippets.

@lzimd
Created December 11, 2020 04:10
Show Gist options
  • Save lzimd/c534683f7af875aa7263f6005313b872 to your computer and use it in GitHub Desktop.
Save lzimd/c534683f7af875aa7263f6005313b872 to your computer and use it in GitHub Desktop.
Hello, adoptopenjdk/openjdk-build with Cygwin + VS2019
#!/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
## 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