Skip to content

Commit f6c6199

Browse files
authored
ansible: install Clang 19 on Debian 12 hosts (#4119)
Refs: #4091
1 parent cf880ef commit f6c6199

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/baselayout/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ packages: {
5353
],
5454

5555
debian12: [
56-
'systemd-timesyncd,gcc,g++,make,ccache,git,curl,libfontconfig1,apt-transport-https,ca-certificates,sudo,python3-venv',
56+
'systemd-timesyncd,clang-19,gcc,g++,make,ccache,git,curl,libfontconfig1,apt-transport-https,ca-certificates,sudo,python3-venv',
5757
],
5858

5959
fedora: [

0 commit comments

Comments
 (0)