aboutsummaryrefslogtreecommitdiff
path: root/opal-ci
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-05-21 09:52:16 +1000
committerStewart Smith <stewart@linux.ibm.com>2019-05-21 12:46:11 +1000
commitac734a084319eac44d3698f5929b6e10c7eff77f (patch)
tree933f415fd7e188092eb76390bec669cec785ea23 /opal-ci
parent59bdc3a2d199a0d2599732e9ff05f4efb4213c10 (diff)
downloadskiboot-ac734a084319eac44d3698f5929b6e10c7eff77f.zip
skiboot-ac734a084319eac44d3698f5929b6e10c7eff77f.tar.gz
skiboot-ac734a084319eac44d3698f5929b6e10c7eff77f.tar.bz2
opal-ci: Add Fedora 30
Disable Fedora30 on ppc64le due to mysterious failures Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'opal-ci')
-rw-r--r--opal-ci/Dockerfile-fedora309
l---------opal-ci/build-fedora30.sh1
2 files changed, 10 insertions, 0 deletions
diff --git a/opal-ci/Dockerfile-fedora30 b/opal-ci/Dockerfile-fedora30
new file mode 100644
index 0000000..cd6b064
--- /dev/null
+++ b/opal-ci/Dockerfile-fedora30
@@ -0,0 +1,9 @@
+FROM fedora:30
+RUN dnf -y install --allowerasing 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
+
diff --git a/opal-ci/build-fedora30.sh b/opal-ci/build-fedora30.sh
new file mode 120000
index 0000000..fe333f0
--- /dev/null
+++ b/opal-ci/build-fedora30.sh
@@ -0,0 +1 @@
+build-fedora29.sh \ No newline at end of file