Skip to content

Commit

Permalink
Disable ecosys with gnu compilers, leave placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasTorsvik committed Oct 17, 2023
1 parent be7a9b1 commit 54597b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
mpi: [true, false]
openmp: ['enabled', 'disabled']
ecosys: [true, false]
ecosys: [false] # ecosys==true fails with gcc, disable for now but leave placeholder
exclude:
# Do not build on macOS with MPI as that is having some dependency issues
- os: macos-latest
Expand Down

0 comments on commit 54597b4

Please sign in to comment.