summaryrefslogtreecommitdiffstats
path: root/opal-ci/Dockerfile-fedora-rawhide
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-12-12 15:32:54 +1030
committerStewart Smith <stewart@linux.ibm.com>2018-12-13 10:23:17 +1100
commitc9d5184cd1a76b55110340034d76132ba6424672 (patch)
treeb114258181beeaa68d903097c49541e705b3ae41 /opal-ci/Dockerfile-fedora-rawhide
parentee5b02aad960d7085224a2f5808b3a45df378073 (diff)
downloadtalos-skiboot-c9d5184cd1a76b55110340034d76132ba6424672.tar.gz
talos-skiboot-c9d5184cd1a76b55110340034d76132ba6424672.zip
ci: Add dtc dependencies for rawhide
Both F28 and Rawhide build their own dtc version. Rawhide was missing the required build deps. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'opal-ci/Dockerfile-fedora-rawhide')
-rw-r--r--opal-ci/Dockerfile-fedora-rawhide2
1 files changed, 2 insertions, 0 deletions
diff --git a/opal-ci/Dockerfile-fedora-rawhide b/opal-ci/Dockerfile-fedora-rawhide
index a6056a49..7108adeb 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
OpenPOWER on IntegriCloud