aboutsummaryrefslogtreecommitdiff
path: root/jdk-cache-files2.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-11-14 11:18:13 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2018-11-14 11:21:46 +0000
commita739af90b2ce174c10bb6e7a304905f241a28170 (patch)
tree5b88336d6e7a984b66471482fea18c0bd3fd8403 /jdk-cache-files2.yaml
parenta81590e4556c284c70ab387a2faff520bbc9a0c3 (diff)
jdk: Make JDK-X use JDK11 boot jdk
Upstream now requires a JDK 11 boot jdk. Change-Id: I29fbff7bb032d92b319f7acaf5cb34329c94f7f9
Diffstat (limited to 'jdk-cache-files2.yaml')
-rw-r--r--jdk-cache-files2.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/jdk-cache-files2.yaml b/jdk-cache-files2.yaml
index 7dd8e352..fa1c4889 100644
--- a/jdk-cache-files2.yaml
+++ b/jdk-cache-files2.yaml
@@ -44,14 +44,20 @@
JDK8u=jdk8u-server-release-1804
JDK10=jdk10-server-release-1804
+ JDK11=jdk11-server-release-1811
rm -rf jdk*
- wget http://openjdk.linaro.org/releases/${JDK8u}.tar.xz http://openjdk.linaro.org/releases/${JDK10}.tar.xz
+ wget http://openjdk.linaro.org/releases/${JDK8u}.tar.xz \
+ http://openjdk.linaro.org/releases/${JDK10}.tar.xz \
+ http://openjdk.linaro.org/releases/${JDK11}.tar.xz
+
tar Jxf ${JDK8u}.tar.xz
tar Jxf ${JDK10}.tar.xz
+ tar Jxf ${JDK11}.tar.xz
mv ${JDK8u} jdk8u
mv ${JDK10} jdk10
+ mv ${JDK11} jdk11
find $PWD -maxdepth 1
publishers: