-
-
Notifications
You must be signed in to change notification settings - Fork 249
Getting Started...
George Adams edited this page May 30, 2018
·
3 revisions
git clone https://github.com/AdoptOpenJDk/openjdk-build.git
cd openjdk-build
-
./makejdk.sh
- If you want produce a tarball add--destination <path/to/file>
or-d <path/to/file>
. You can also specify the filename here. eg./makejdk.sh -d /path/to/file/filename.tar.gz
.
View all the options here
- Run makejdk and create a tarball in the current directory:
./makejdk.sh --destination $PWD
- Run makejdk and test with jtreg afterwards. The report will appear in the current directory:
./makejdk.sh --jtreg
- Build OpenJDK from your own fork of the source repo:
./makejdk.sh --repository joebloggs/openjdk-jdk8u --branch joesBranch
- Reuse the same docker container:
./makejdk.sh --keep