diff mbox series

[1/3] CI: Update centos8 runs with P8 and P9 mambo

Message ID 20211108174544.328776-1-clg@kaod.org
State Accepted
Headers show
Series [1/3] CI: Update centos8 runs with P8 and P9 mambo | expand

Commit Message

Cédric Le Goater Nov. 8, 2021, 5:45 p.m. UTC
Signed-off-by: Cédric Le Goater <clg@kaod.org>
---
 opal-ci/Dockerfile-centos8 | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/opal-ci/Dockerfile-centos8 b/opal-ci/Dockerfile-centos8
index d289ff6f910d..c5897ed64b7e 100644
--- a/opal-ci/Dockerfile-centos8
+++ b/opal-ci/Dockerfile-centos8
@@ -9,5 +9,7 @@  RUN if [ `arch` = "ppc64le" ]; then wget https://mirrors.edge.kernel.org/pub/too
 RUN yum install -y flex bison
 RUN curl -L https://github.com/dgibson/dtc/archive/refs/tags/v1.6.1.tar.gz|tar xfz -
 RUN (cd dtc-1.6.1; make PREFIX=/usr/local install)
+RUN if [ `arch` = "x86_64" ]; then curl -L -O http://public.dhe.ibm.com/software/server/powerfuncsim/p8/packages/v1.0-2/systemsim-p8-1.0-2.el7.x86_64.rpm; yum install -y systemsim-p8-1.0-2.el7.x86_64.rpm; fi
+RUN if [ `arch` = "x86_64" ]; then dnf -y install http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.1-0/systemsim-p9-1.1-0.f22.x86_64.rpm; fi
 COPY . /build/
 WORKDIR /build