aboutsummaryrefslogtreecommitdiff
path: root/jdkX-ci-build.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2019-09-09 09:25:38 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2019-09-09 09:25:38 +0100
commitc1623f7b07f279c77db83abf355bd23843243a5d (patch)
treedf84e7cc0fa2116e1008ac07396f0c750fc83eac /jdkX-ci-build.yaml
parentac1e8ffad980e750b7e8ca4e700bfb438288b6ab (diff)
jdk: Fix jdkX-ci-build
We had a dependency on jtreg with was no longer there and we will not use just yet. Change-Id: Ifd4eb99d103d3189204395893277816a529a7f80
Diffstat (limited to 'jdkX-ci-build.yaml')
-rw-r--r--jdkX-ci-build.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/jdkX-ci-build.yaml b/jdkX-ci-build.yaml
index 47172cf1..70a2b27d 100644
--- a/jdkX-ci-build.yaml
+++ b/jdkX-ci-build.yaml
@@ -66,8 +66,9 @@
pushd build
sh ../jdkX/configure --with-debug-level=fastdebug \
- ${ccache_build_opts} \
- --with-jtreg=${WORKSPACE}/jtreg
+ ${ccache_build_opts}
+ # In future we could trun with jtreg tests, if they run in under 1 hour.
+ # --with-jtreg=${WORKSPACE}/jtreg
make images |& tee ../out/build.out
popd