Skip to content

Commit

Permalink
#349: ci: use Ubuntu 24.04 by default, drop gcc-8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Jan 16, 2025
1 parent 14c038f commit 5343692
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage-clang-11-ubuntu-mpich-vt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 20.04
UBUNTU: 22.04
COMPILER_TYPE: clang
COMPILER: clang-11
BUILD_TYPE: release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage-clang-11-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 20.04
UBUNTU: 22.04
COMPILER_TYPE: clang
COMPILER: clang-11
BUILD_TYPE: release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage-clang-12-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 20.04
UBUNTU: 22.04
COMPILER_TYPE: clang
COMPILER: clang-12
BUILD_TYPE: release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage-clang-8-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 18.04
UBUNTU: 20.04
COMPILER_TYPE: clang
COMPILER: clang-8
BUILD_TYPE: release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage-clang-9-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
env:
REPO: lifflander1/vt
ARCH: amd64
UBUNTU: 18.04
UBUNTU: 20.04
COMPILER_TYPE: clang
COMPILER: clang-9
BUILD_TYPE: release
Expand Down
72 changes: 0 additions & 72 deletions .github/workflows/dockerimage-gcc-8-ubuntu-mpich.yml

This file was deleted.

14 changes: 5 additions & 9 deletions scripts/workflows.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ code_coverage = 0
repo = lifflander1/vt
arch = amd64
is_ubuntu = 1
distro = 18.04
distro = 24.04
linux = ubuntu
cache_dir = "~/.local/cache/"
cache_name = "[% linux %]-[% compiler %]-cache"
Expand All @@ -27,12 +27,6 @@ workflow_runs_on = ubuntu-latest
build_root = "~/.local/cache/${{ env.ARCH }}-[% linux %]-${{ env.UBUNTU }}-${{ env.COMPILER }}-cache"
linux_env = " UBUNTU: [% distro %]"

[PR-tests-gcc-8]
test_configuration = "gcc-8, ubuntu, mpich, address sanitizer"
compiler_type = gnu
compiler = gcc-8
output_name = .github/workflows/dockerimage-gcc-8-ubuntu-mpich.yml

[PR-tests-gcc-9]
test_configuration = "gcc-9, ubuntu, mpich"
compiler_type = gnu
Expand All @@ -54,6 +48,7 @@ test_configuration = "clang-8, ubuntu, mpich"
compiler_type = clang
compiler = clang-8
output_name = .github/workflows/dockerimage-clang-8-ubuntu-mpich.yml
distro = 20.04
checkpoint_asan = 0
checkpoint_ubsan = 1

Expand All @@ -62,6 +57,7 @@ test_configuration = "clang-9, ubuntu, mpich"
compiler_type = clang
compiler = clang-9
output_name = .github/workflows/dockerimage-clang-9-ubuntu-mpich.yml
distro = 20.04

[PR-tests-clang-10]
test_configuration = "clang-10, ubuntu, mpich"
Expand All @@ -75,14 +71,14 @@ test_configuration = "clang-11, ubuntu, mpich"
compiler_type = clang
compiler = clang-11
output_name = .github/workflows/dockerimage-clang-11-ubuntu-mpich.yml
distro = 20.04
distro = 22.04

[PR-tests-clang-12]
test_configuration = "clang-12, ubuntu, mpich"
compiler_type = clang
compiler = clang-12
output_name = .github/workflows/dockerimage-clang-12-ubuntu-mpich.yml
distro = 20.04
distro = 22.04

[PR-tests-clang-13]
test_configuration = "clang-13, ubuntu, mpich"
Expand Down

0 comments on commit 5343692

Please sign in to comment.