Skip to content

Commit

Permalink
Fedora36 for gcc 12
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniBussi committed May 12, 2022
1 parent 32940cb commit 63d6267
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 @@ -206,14 +206,14 @@ jobs:
run: |
make -C docker centos7
# We test on fedora35 to make sure we have compatibility with newer compilers (gcc 11)
fedora35:
# We test on fedora36 to make sure we have compatibility with newer compilers (gcc 12)
fedora36:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Build and run tests
run: |
make -C docker fedora35
make -C docker fedora36
# 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 fedora35 rocky8
.PHONY: ubuntu plumed2.tgz clean centos7 fedora36 rocky8

ubuntu: plumed2.tgz
docker build -t plumed .

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

fedora35: plumed2.tgz
docker build -t plumed -f fedora35 .
fedora36: plumed2.tgz
docker build -t plumed -f fedora36 .

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

# note: at variance with centos7, here we have to explicitly install gcc
RUN yum -y update \
Expand Down

1 comment on commit 63d6267

@PlumedBot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found broken examples in automatic/performance-optimization.txt
Found broken examples in automatic/a-trieste-6.txt
Found broken examples in automatic/munster.txt
Found broken examples in automatic/ANN.tmp
Found broken examples in automatic/EDS.tmp
Found broken examples in automatic/EMMI.tmp
Found broken examples in automatic/FOURIER_TRANSFORM.tmp
Found broken examples in automatic/FUNCPATHGENERAL.tmp
Found broken examples in automatic/FUNCPATHMSD.tmp
Found broken examples in automatic/FUNNEL.tmp
Found broken examples in automatic/FUNNEL_PS.tmp
Found broken examples in automatic/GHBFIX.tmp
Found broken examples in automatic/INCLUDE.tmp
Found broken examples in automatic/MAZE_MEMETIC_SAMPLING.tmp
Found broken examples in automatic/MAZE_OPTIMIZER_BIAS.tmp
Found broken examples in automatic/MAZE_RANDOM_ACCELERATION_MD.tmp
Found broken examples in automatic/MAZE_RANDOM_WALK.tmp
Found broken examples in automatic/MAZE_SIMULATED_ANNEALING.tmp
Found broken examples in automatic/MAZE_STEERED_MD.tmp
Found broken examples in automatic/PIV.tmp
Found broken examples in automatic/PLUMED.tmp
Found broken examples in MiscelaneousPP.md

Please sign in to comment.