Skip to content

Commit fc90e8b

Browse files
committed
more clang versions in CI
1 parent 529335a commit fc90e8b

1 file changed

Lines changed: 37 additions & 7 deletions

File tree

.drone.star

Lines changed: 37 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -564,32 +564,62 @@ _supported_compilers = {
564564
},
565565
},
566566
'clang': {
567-
'versions': ['16', '15', '14', '13', '12', '11', '10', '9', '8', '7', '6.0', '5.0', '4.0', '3.8'],
567+
'versions': ['23', '22', '21', '20', '19', '18', '17', '16', '15', '14', '13', '12', '11', '10', '9', '8', '7', '6.0', '5.0', '4.0', '3.8'],
568568
'display_name': 'Clang',
569569
'executable': 'clang++',
570570
'22': {
571571
'latest_cpp': 2026,
572-
'platforms': {},
572+
'platforms': {
573+
('linux', 'x86_64'): {
574+
'image': 'cppalliance/droneubuntu2404:1',
575+
'packages': ['clang-22'],
576+
},
577+
},
573578
},
574579
'21': {
575580
'latest_cpp': 2026,
576-
'platforms': {},
581+
'platforms': {
582+
('linux', 'x86_64'): {
583+
'image': 'cppalliance/droneubuntu2404:1',
584+
'packages': ['clang-21'],
585+
},
586+
},
577587
},
578588
'20': {
579589
'latest_cpp': 2026,
580-
'platforms': {},
590+
'platforms': {
591+
('linux', 'x86_64'): {
592+
'image': 'cppalliance/droneubuntu2404:1',
593+
'packages': ['clang-20'],
594+
},
595+
},
581596
},
582597
'19': {
583598
'latest_cpp': 2026,
584-
'platforms': {},
599+
'platforms': {
600+
('linux', 'x86_64'): {
601+
'image': 'cppalliance/droneubuntu2404:1',
602+
'packages': ['clang-19'],
603+
},
604+
},
585605
},
586606
'18': {
587607
'latest_cpp': 2026,
588-
'platforms': {},
608+
'platforms': {
609+
('linux', 'x86_64'): {
610+
'image': 'cppalliance/droneubuntu2404:1',
611+
'packages': ['clang-18'],
612+
},
613+
},
589614
},
590615
'17': {
591616
'latest_cpp': 2026,
592-
'platforms': {},
617+
'platforms': {
618+
('linux', 'x86_64'): {
619+
'image': 'cppalliance/droneubuntu2404:1',
620+
'packages': ['clang-17'],
621+
},
622+
},
593623
},
594624
'16': {
595625
'latest_cpp': 2023,

0 commit comments

Comments
 (0)