[Skiboot] [PATCH 05/11] travis: install systemsim-p8 on centos6

Stewart Smith stewart at linux.vnet.ibm.com
Thu Dec 22 17:20:31 AEDT 2016


Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
 opal-ci/Dockerfile-centos6 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/opal-ci/Dockerfile-centos6 b/opal-ci/Dockerfile-centos6
index d76f1be..6fa069c 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
-- 
2.9.3



More information about the Skiboot mailing list