aboutsummaryrefslogtreecommitdiff
path: root/jdkX-ci-build.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2019-11-04 11:35:26 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2019-11-04 11:35:26 +0000
commit1e936014362b5a4597e6406a1c0bd10efafe3439 (patch)
tree9480045803116899192d68ba3a741c5bc23db4ae /jdkX-ci-build.yaml
parentedb6d20d4d429b72a24e009353d357da686aa435 (diff)
jdk: Make jdkX-ci-build use gcc6 instead of 5
GCC 5 might be causing a problem since JDK-8233359. Switch to GCC 6. Change-Id: I5ba878a1759eeeca9a9a14add52a39c1414647e5
Diffstat (limited to 'jdkX-ci-build.yaml')
-rw-r--r--jdkX-ci-build.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/jdkX-ci-build.yaml b/jdkX-ci-build.yaml
index 93042b5c..78333bab 100644
--- a/jdkX-ci-build.yaml
+++ b/jdkX-ci-build.yaml
@@ -45,6 +45,11 @@
#rm -rf jtreg
#tar xJf jtreg-build-4.2.0-SNAPSHOT.tar.xz
+ export BUILD_CC=/usr/bin/gcc-6
+ export BUILD_CXX=/usr/bin/g++-6
+ export BUILD_AR=/usr/bin/gcc-ar-6
+ export BUILD_NM=/usr/bin/gcc-nm-6
+
cd $HOME/srv/jdk-cache/jdk13
export JAVA_HOME=${PWD}