Skip to content

Commit

Permalink
Update continuous-integration-workflow.yml
Browse files Browse the repository at this point in the history
openmpi currently not supported by rawhide
  • Loading branch information
XzzX authored Aug 12, 2024
1 parent cbbf482 commit d157e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
config:
- {dockerfile: 'fedora', tag: 'fedora'}
- {dockerfile: 'fedora', tag: 'fedora_mpich', build_args: 'MPI=mpich'}
- {dockerfile: 'fedora', tag: 'fedora_rawhide', build_args: 'TAG=rawhide', continue-on-error: 'true'}
- {dockerfile: 'fedora', tag: 'fedora_rawhide', build_args: 'TAG=rawhide,MPI=mpich', continue-on-error: 'true'}
- {dockerfile: 'ubuntu', tag: 'ubuntu'}
- {dockerfile: 'ubuntu', tag: 'ubuntu_mpich', build_args: 'MPI=mpich'}
- {dockerfile: 'ubuntu', tag: 'ubuntu_rolling', build_args: 'TAG=rolling'}
Expand Down

0 comments on commit d157e8c

Please sign in to comment.