Skip to content

Commit 6d64660

Browse files
authored
Add support for LLVM repos on Ubuntu 24.x (#7)
1 parent b8dbcea commit 6d64660

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/drone/functions.star

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,8 @@ def job_impl(
476476
'1804': 'bionic',
477477
'2004': 'focal',
478478
'2204': 'jammy',
479+
'2404': 'noble',
480+
'2410': 'oracular',
479481
}
480482
kwargs['llvm_os'] = names[image.split('ubuntu')[-1].split(':')[0]] # get part between 'ubuntu' and ':'
481483
kwargs['llvm_ver'] = compiler.split('-')[1]

0 commit comments

Comments
 (0)