Skip to content

Commit

Permalink
Merge pull request #190 from jngrad/mpich
Browse files Browse the repository at this point in the history
Simplify CI infrastructure

The ROCm and Intel images will no longer be tested in CI in 4.2.
  • Loading branch information
jngrad authored Oct 22, 2020
2 parents cb775a8 + b8e18d3 commit 4f12652
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
image: ['centos', 'debian', 'fedora', 'opensuse', 'rocm', 'cuda',
image: ['centos', 'debian', 'fedora', 'opensuse', 'cuda',
'ubuntu-18.04', 'ubuntu-20.04', 'ubuntu-wo-dependencies']
steps:
- uses: actions/checkout@master
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
image: ['fedora', 'rocm']
image: ['fedora']
steps:
- uses: actions/checkout@master
- name: Build and deploy
Expand Down
6 changes: 3 additions & 3 deletions docker/Dockerfile-fedora
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ FROM fedora:${BASE_VERSION}
RUN yum -y install \
blas-devel \
boost-devel \
boost-openmpi-devel \
boost-mpich-devel \
ccache \
cmake \
fftw-devel \
gcc \
gcc-c++ \
gdb \
git \
hdf5-openmpi-devel \
hdf5-mpich-devel \
lapack-devel \
make \
openmpi-devel \
mpich-devel \
python3 \
python3-devel \
python3-Cython \
Expand Down
19 changes: 0 additions & 19 deletions docker/Dockerfile-rocm

This file was deleted.

0 comments on commit 4f12652

Please sign in to comment.