Skip to content

Commit ea39115

Browse files
committed
Use short name for license to select by priority
1 parent c26acc9 commit ea39115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.truffleruby/mx_truffleruby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def verify_ci(args):
240240
'LLVM Runtime Core': ('lib/sulong', []),
241241
'LLVM Runtime Native': ('lib/sulong', []),
242242
'LLVM.org toolchain': ('lib/llvm-toolchain', []),
243-
'TruffleRuby license files': ('', []),
243+
'rbyl': ('', []), # Use short name for license to select by priority
244244
},
245245
truffle_jars=[
246246
# Distributions

0 commit comments

Comments
 (0)