AdoptOpenJDK / openjdk-virtual-images

Virtual Images for the Adopt OpenJDK programme
11 stars 9 forks source link

Decouple JDK build from VM generation #36

Open msuriar opened 10 years ago

msuriar commented 10 years ago

Currently the first invocation of "vagrant provision|up" on a newly generated Packer image will kick off full builds of OpenJDK8 and OpenJDK9. This means that in order to test changes to the VM generation pipeline properly, I need to wait for a full Java build. This is unacceptable.

karianna commented 10 years ago

Agreed, this is extremely painful.