diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-12-22 15:04:18 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-12-22 15:08:44 +1100 |
commit | 22348e722714f5b91753164947c19a8645af25ff (patch) | |
tree | 58d4da3c3ca778fe42fa825d9704fdb1b546b4b8 /opal-ci | |
parent | 0f7dac88c0bd8f3c05de30c10aba54fedb10202f (diff) | |
download | skiboot-22348e722714f5b91753164947c19a8645af25ff.zip skiboot-22348e722714f5b91753164947c19a8645af25ff.tar.gz skiboot-22348e722714f5b91753164947c19a8645af25ff.tar.bz2 |
travis: install systemsim-p8 on centos7
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'opal-ci')
-rw-r--r-- | opal-ci/Dockerfile-centos7 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opal-ci/Dockerfile-centos7 b/opal-ci/Dockerfile-centos7 index fcc55c3..fa51128 100644 --- a/opal-ci/Dockerfile-centos7 +++ b/opal-ci/Dockerfile-centos7 @@ -4,6 +4,8 @@ RUN yum -y install wget curl xterm gcc git xz make diffutils findutils expect va 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.el7.x86_64.rpm +RUN yum install -y systemsim-p8-1.0-2.el7.x86_64.rpm RUN curl -O http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.0-0/systemsim-p9-1.0-0.el7.x86_64.rpm RUN yum install -y systemsim-p9-1.0-0.el7.x86_64.rpm COPY . /build/ |