[Skiboot] [PATCH 1/3] CI: Update centos8 runs with P8 and P9 mambo
Cédric Le Goater
clg at kaod.org
Tue Nov 9 04:45:42 AEDT 2021
Signed-off-by: Cédric Le Goater <clg at kaod.org>
---
opal-ci/Dockerfile-centos8 | 2 ++
1 file changed, 2 insertions(+)
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
--
2.31.1
More information about the Skiboot
mailing list