Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify CI infrastructure #190

Merged
merged 2 commits into from
Oct 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.