Skip to content

Commit 1a65796

Browse files
committed
fetchCheriSDK.groovy: use dev LLVM for dehybridized branch
1 parent d0d49c2 commit 1a65796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/fetchCheriSDK.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def call(Map args) {
4949
}
5050
if (!params.llvmBranch) {
5151
if (gitBranch in ['c18n', 'caprevoke', 'cocall', 'cocalls', 'coexecve',
52-
'dev', 'devel', 'kernel-c18n', 'linux-next'])
52+
'dev', 'dehybridized', 'devel', 'kernel-c18n', 'linux-next'])
5353
params.llvmBranch = 'dev'
5454
else if (gitBranch == 'abi-breaking-changes')
5555
params.llvmBranch = 'abi-breaking-changes'

0 commit comments

Comments
 (0)