Skip to content

Commit

Permalink
opal-ci: Drop fedora27, add fedora29
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
stewartsmith committed Dec 12, 2018
1 parent 6932a97 commit ce8417b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,8 +13,8 @@ env:
- RUN_ON_CONTAINER=ubuntu-latest
- RUN_ON_CONTAINER=centos6
- RUN_ON_CONTAINER=centos7
- RUN_ON_CONTAINER=fedora27
- RUN_ON_CONTAINER=fedora28
- RUN_ON_CONTAINER=fedora29
- RUN_ON_CONTAINER=fedora-rawhide
- RUN_ON_CONTAINER=debian-stretch
- RUN_ON_CONTAINER=debian-unstable
Expand Down
5 changes: 4 additions & 1 deletion opal-ci/Dockerfile-fedora27 → opal-ci/Dockerfile-fedora29
@@ -1,6 +1,9 @@
FROM fedora:27
FROM fedora:29
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
# 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

25 changes: 0 additions & 25 deletions opal-ci/build-fedora27.sh

This file was deleted.

1 change: 1 addition & 0 deletions opal-ci/build-fedora29.sh

0 comments on commit ce8417b

Please sign in to comment.