Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate the jdk version #617
Conversation
This is needed for the gradle based build system (see servo/servo#15773 (comment))
highfive
commented
Mar 13, 2017
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @aneeshusa (or someone else) soon. |
|
@bors-servo r+ |
|
|
Update the jdk version This is needed for the gradle based build system (see servo/servo#15773 (comment)) <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/617) <!-- Reviewable:end -->
|
If this has spent more than an hour or so after landing without being deployed, ping me on IRC and I'll roll it out. I'll try to check back on it through the afternoon. |
|
|
|
I just highstated the cross builders. The change should be deployed, unless the Salt gitfs wizardry has failed us. |
|
Ugh, Ubuntu 14.04.5 LTS does not have
|
|
@aneeshusa Does ^ seem familiar to you? Is there something I'm doing wrong that could have caught this? |
|
The package name is apparently |
|
I think we may need to do more work, given that we're on 14.01 - http://askubuntu.com/a/666481 |
Update android build tools This is needed for the gradle based build system too. See servo/servo#15773 and #617 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/618) <!-- Reviewable:end -->
…ergstrom Use openjdk-r PPA for OpenJDK8 on Ubuntu 14.04 This makes #617 work properly by using the openjdk-r PPA for the OpenJDK 8 packages. r? @larsbergstrom cc @fabricedesre <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/629) <!-- Reviewable:end -->
Set JAVA_HOME env var to OpenJDK 8 for Android builds The new gradle builds require Java 8, and the existing ant builds also work with Java 8. This is easier than running many `update-alternatives` calls from Salt. Moreover, this allows keeping Java 7 installed together with Java 8. Needed for servo/servo#15773. Follow-up to to #617 and #629. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/638) <!-- Reviewable:end -->
fabricedesre commentedMar 13, 2017
•
edited by larsbergstrom
This is needed for the gradle based build system (see servo/servo#15773 (comment))
This change is