[Skiboot] [PATCH v2 5/9] ci: Add dtc dependencies for rawhide
Joel Stanley
joel at jms.id.au
Wed Dec 12 16:02:54 AEDT 2018
Both F28 and Rawhide build their own dtc version. Rawhide was missing
the required build deps.
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
opal-ci/Dockerfile-fedora-rawhide | 2 ++
1 file changed, 2 insertions(+)
diff --git a/opal-ci/Dockerfile-fedora-rawhide b/opal-ci/Dockerfile-fedora-rawhide
index a6056a491446..7108adeb3d5d 100644
--- a/opal-ci/Dockerfile-fedora-rawhide
+++ b/opal-ci/Dockerfile-fedora-rawhide
@@ -1,6 +1,8 @@
FROM fedora:rawhide
RUN dnf -y install wget curl xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache dtc openssl-devel
RUN dnf -y install gcc-powerpc64-linux-gnu
+# below packages are for building dtc
+RUN dnf -y install flex bison
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.19.1
More information about the Skiboot
mailing list