We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8dbcea commit 6d64660Copy full SHA for 6d64660
ci/drone/functions.star
@@ -476,6 +476,8 @@ def job_impl(
476
'1804': 'bionic',
477
'2004': 'focal',
478
'2204': 'jammy',
479
+ '2404': 'noble',
480
+ '2410': 'oracular',
481
}
482
kwargs['llvm_os'] = names[image.split('ubuntu')[-1].split(':')[0]] # get part between 'ubuntu' and ':'
483
kwargs['llvm_ver'] = compiler.split('-')[1]
0 commit comments