summaryrefslogtreecommitdiffstats
path: root/opal-ci
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-12-22 15:03:00 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-12-22 15:08:44 +1100
commit0f7dac88c0bd8f3c05de30c10aba54fedb10202f (patch)
tree248dc3f3008e8d9b69cda2a2bfcc32bff0bee09c /opal-ci
parentada1bb7a5e26780d3241f0ecd9807b0b992feee2 (diff)
downloadtalos-skiboot-0f7dac88c0bd8f3c05de30c10aba54fedb10202f.tar.gz
talos-skiboot-0f7dac88c0bd8f3c05de30c10aba54fedb10202f.zip
travis: install systemsim-p8 on centos6
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'opal-ci')
-rw-r--r--opal-ci/Dockerfile-centos62
1 files changed, 2 insertions, 0 deletions
diff --git a/opal-ci/Dockerfile-centos6 b/opal-ci/Dockerfile-centos6
index d76f1be5..6fa069c8 100644
--- a/opal-ci/Dockerfile-centos6
+++ b/opal-ci/Dockerfile-centos6
@@ -4,6 +4,8 @@ RUN yum -y install wget curl xterm gcc git xz ccache
RUN wget https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.8.0/x86_64-gcc-4.8.0-nolibc_powerpc64-linux.tar.xz
RUN mkdir /opt/cross
RUN tar -C /opt/cross -xf x86_64-gcc-4.8.0-nolibc_powerpc64-linux.tar.xz
+RUN curl -O http://public.dhe.ibm.com/software/server/powerfuncsim/p8/packages/v1.0-2/systemsim-p8-1.0-2.el6.x86_64.rpm
+RUN yum -y install systemsim-p8-1.0-2.el6.x86_64.rpm
COPY . /build/
WORKDIR /build
ENTRYPOINT ./opal-ci/build-centos6.sh
OpenPOWER on IntegriCloud