-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modified testScript.sh to allow for Win2012 to build JDK (#942)
* Modified scripts to allow for jdk build on windows
- Loading branch information
1 parent
6858445
commit d85f303
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
set -eu | ||
export TARGET_OS=windows | ||
export ARCHITECTURE=x64 | ||
export JAVA_TO_BUILD=jdk8 | ||
export VARIANT=hotspot | ||
export JDK7_BOOT_DIR=/cygdrive/c/openjdk/jdk7 | ||
export PATH=/usr/bin/:$PATH | ||
/cygdrive/c/openjdk-build/makejdk-any-platform.sh -J /cygdrive/c/openjdk/jdk-8 --configure-args "--disable-ccache --with-toolchain-version=2013" --freetype-version 2.5.3 -v jdk8u |
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