aboutsummaryrefslogtreecommitdiff
path: root/opal-ci
diff options
context:
space:
mode:
Diffstat (limited to 'opal-ci')
-rw-r--r--opal-ci/Dockerfile-fedora-rawhide6
1 files changed, 6 insertions, 0 deletions
diff --git a/opal-ci/Dockerfile-fedora-rawhide b/opal-ci/Dockerfile-fedora-rawhide
new file mode 100644
index 0000000..d02ee0c
--- /dev/null
+++ b/opal-ci/Dockerfile-fedora-rawhide
@@ -0,0 +1,6 @@
+FROM fedora:rawhide
+RUN dnf -y install wget xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache
+RUN dnf -y install gcc-powerpc64-linux-gnu
+COPY . /build/
+WORKDIR /build
+ENTRYPOINT ./opal-ci/build-fedora24.sh