Skip to content

Commit

Permalink
[legacy] ci: Add Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Jul 3, 2024
1 parent 16cdd6f commit 83fe4c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ pipeline {
[os: 'Fedora-39', container: 'fedora.39.sif',
extra: '-DCMAKE_CXX_STANDARD=20'],
[os: 'Ubuntu-22.04-LTS', container: 'ubuntu.22.04.sif'],
[os: 'Ubuntu-24.04-LTS', container: 'ubuntu.24.04.sif'],
]

def linux_jobs = jobMatrix('slurm',
Expand Down
1 change: 1 addition & 0 deletions legacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ please contact us.
| macOS | x86_64 | 14 | AppleClang 15, gfortran 14 | 3.29.4 (brew) |
| macOS | arm64 | 14 | AppleClang 15, gfortran 14 | 3.29.4 (brew) |
| Ubuntu | x86_64 | 22.04 | GCC 11.4.0 | 3.22.1 |
| Ubuntu | x86_64 | 24.04 | GCC 13.2.0 | 3.28.3 |

## Included packages

Expand Down
1 change: 1 addition & 0 deletions test/container/legacy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ fs_legacy_container(OS fedora VERSION 38)
fs_legacy_container(OS fedora VERSION 39)
fs_legacy_container(OS ubuntu VERSION 20.04 BOOTSTRAP_CMAKE)
fs_legacy_container(OS ubuntu VERSION 22.04)
fs_legacy_container(OS ubuntu VERSION 24.04)


add_custom_target(all-legacy-containers DEPENDS ${legacy_containers})
Expand Down

0 comments on commit 83fe4c9

Please sign in to comment.