[Skiboot] [PATCH] travis: Add Fedora 27

Stewart Smith stewart at linux.vnet.ibm.com
Thu Nov 23 10:52:35 AEDT 2017


Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
 .travis.yml                 | 1 +
 opal-ci/Dockerfile-fedora27 | 7 +++++++
 2 files changed, 8 insertions(+)
 create mode 100644 opal-ci/Dockerfile-fedora27

diff --git a/.travis.yml b/.travis.yml
index b9da4242c660..0deda307d3dc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,7 @@ env:
     - RUN_ON_CONTAINER=fedora24
     - RUN_ON_CONTAINER=fedora25
     - RUN_ON_CONTAINER=fedora26
+    - RUN_ON_CONTAINER=fedora27
     - RUN_ON_CONTAINER=fedora-rawhide
     - RUN_ON_CONTAINER=debian-stretch
     - RUN_ON_CONTAINER=debian-unstable
diff --git a/opal-ci/Dockerfile-fedora27 b/opal-ci/Dockerfile-fedora27
new file mode 100644
index 000000000000..ceccd5be1b18
--- /dev/null
+++ b/opal-ci/Dockerfile-fedora27
@@ -0,0 +1,7 @@
+FROM fedora:27
+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 
+RUN dnf -y install http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.0-0/systemsim-p9-1.0-0.f22.x86_64.rpm
+COPY . /build/
+WORKDIR /build
+ENTRYPOINT ./opal-ci/build-fedora24.sh
-- 
2.14.3



More information about the Skiboot mailing list