Skip to content

Commit

Permalink
fedora38 (gcc 13)
Browse files Browse the repository at this point in the history
Fix 95cc6eb / 6ac01e2
also allows me to include this update that was still blocked.
  • Loading branch information
GiovanniBussi committed May 22, 2023
1 parent c7a505d commit 5db452a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,14 @@ jobs:
run: |
make -C docker centos7
# We test on fedora37 to make sure we have compatibility with newer compilers (gcc 12)
fedora37:
# We test on fedora38 to make sure we have compatibility with newer compilers (gcc 13)
fedora38:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Build and run tests
run: |
make -C docker fedora37
make -C docker fedora38
# We test on rockylinux8 as well
rocky8:
Expand Down
6 changes: 3 additions & 3 deletions docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@

.PHONY: ubuntu plumed2.tgz clean centos7 fedora37 rocky8
.PHONY: ubuntu plumed2.tgz clean centos7 fedora38 rocky8

ubuntu: plumed2.tgz
docker build -t plumed .

centos7: plumed2.tgz
docker build -t plumed -f centos7 .

fedora37: plumed2.tgz
docker build -t plumed -f fedora37 .
fedora38: plumed2.tgz
docker build -t plumed -f fedora38 .

rocky8: plumed2.tgz
docker build -t plumed -f rocky8 .
Expand Down
2 changes: 1 addition & 1 deletion docker/fedora37 → docker/fedora38
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:37
FROM fedora:38

# note: at variance with centos7, here we have to explicitly install gcc
# mdtraj 1.9.7 does not compile with python 3.11 unless installed from source
Expand Down

0 comments on commit 5db452a

Please sign in to comment.