Skip to content

Commit

Permalink
opal-ci: Add Fedora 30
Browse files Browse the repository at this point in the history
Disable Fedora30 on ppc64le due to mysterious failures

Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
stewartsmith committed May 21, 2019
1 parent 59bdc3a commit ac734a0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,7 @@ env:
- RUN_ON_CONTAINER=ubuntu-latest
- RUN_ON_CONTAINER=centos7
- RUN_ON_CONTAINER=fedora29
- RUN_ON_CONTAINER=fedora30
- RUN_ON_CONTAINER=fedora-rawhide
- RUN_ON_CONTAINER=debian-stretch
- RUN_ON_CONTAINER=debian-unstable
Expand All @@ -25,6 +26,8 @@ matrix:
allow_failures:
- env: RUN_ON_CONTAINER=fedora-rawhide
- env: RUN_ON_CONTAINER=debian-unstable
- os: linux-ppc64le
env: RUN_ON_CONTAINER=fedora30
exclude:
- os: linux-ppc64le
env: RUN_ON_CONTAINER=centos7
Expand Down
9 changes: 9 additions & 0 deletions opal-ci/Dockerfile-fedora30
@@ -0,0 +1,9 @@
FROM fedora:30
RUN dnf -y install --allowerasing 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

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

0 comments on commit ac734a0

Please sign in to comment.