Skip to content

Commit 263f5f4

Browse files
committed
distro-clang: Update for latest releases
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent 9d9f8cf commit 263f5f4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

distro-clang/get-distro-clang.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def chronic(*args, **kwargs):
6868
# * https://fedoraproject.org/wiki/Releases
6969
# * https://fedoraproject.org/wiki/End_of_life
7070
# * https://hub.docker.com/_/fedora
71-
*[('fedora', ver) for ver in ['41', 'latest', 'rawhide']],
71+
*[('fedora', ver) for ver in ['42', 'latest', '44', 'rawhide']],
7272
# OpenSUSE:
7373
# * https://en.opensuse.org/openSUSE:Roadmap
7474
# * https://en.opensuse.org/Lifetime
@@ -78,7 +78,10 @@ def chronic(*args, **kwargs):
7878
# Ubuntu:
7979
# * https://wiki.ubuntu.com/Releases
8080
# * https://hub.docker.com/_/ubuntu
81-
*[('ubuntu', ver) for ver in ['focal', 'jammy', 'noble', 'latest', 'rolling', 'devel']],
81+
*[
82+
('ubuntu', ver)
83+
for ver in ['jammy', 'noble', 'questing', 'resolute', 'latest', 'rolling', 'devel']
84+
],
8285
]
8386

8487
RESULTS = {}

0 commit comments

Comments
 (0)