aboutsummaryrefslogtreecommitdiff
path: root/jdkX-build-image.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-10-11 15:36:51 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-10-11 15:37:49 +0100
commit99a147bb65c34e7b5b67ec8323bbe6babfe84256 (patch)
treea634aed84db7fd6dec5548a618df113bf3315b5b /jdkX-build-image.yaml
parentc73dfff885298da1ce84197ffdf2dfbdc0abb1c4 (diff)
jdk: Fix location of cached files.
jdk-cache-files2 places files under: workspace/jdk-cache-files2/node/$NODE_NAME/ and not workspace/jdkcache-files2 Change-Id: I6ab410faabd674f49965b34b7f03a64e8f0acf9c
Diffstat (limited to 'jdkX-build-image.yaml')
-rw-r--r--jdkX-build-image.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdkX-build-image.yaml b/jdkX-build-image.yaml
index e3370e76..68907afc 100644
--- a/jdkX-build-image.yaml
+++ b/jdkX-build-image.yaml
@@ -71,7 +71,7 @@
rm -rf jdk* primordial-jdk* build*
- cd ${HOME}/workspace/jdk-cache-files2/jdk10
+ cd ${HOME}/workspace/jdk-cache-files2/node/${NODE_NAME}/jdk10
export JAVA_HOME=${PWD}
export PATH=${JAVA_HOME}/bin:${PATH}