Skip to content

Commit

Permalink
travis: add fedora26
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
stewartsmith committed Jul 12, 2017
1 parent 63db51d commit dd55589
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
- RUN_ON_CONTAINER=centos7
- RUN_ON_CONTAINER=fedora24
- RUN_ON_CONTAINER=fedora25
- RUN_ON_CONTAINER=fedora26
- RUN_ON_CONTAINER=fedora-rawhide
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
Expand Down
7 changes: 7 additions & 0 deletions opal-ci/Dockerfile-fedora26
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM fedora:26
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

0 comments on commit dd55589

Please sign in to comment.