diff options
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | opal-ci/Dockerfile-fedora27 | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b9da424..0deda30 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 0000000..ceccd5b --- /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 |