File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -267,8 +267,8 @@ def verify_ci(args):
267
267
'truffleruby:TRUFFLERUBY' ,
268
268
'truffleruby:TRUFFLERUBY-SHARED' ,
269
269
'truffleruby:TRUFFLERUBY-ANNOTATIONS' ,
270
- # Libraries
271
270
'sdk:JLINE3' ,
271
+ # Libraries
272
272
'truffleruby:JCODINGS' ,
273
273
'truffleruby:JONI' ,
274
274
],
Original file line number Diff line number Diff line change 262
262
"regex:TREGEX" ,
263
263
"sulong:SULONG_API" ,
264
264
"sulong:SULONG_NFI" ,
265
- # Libraries, keep in sync with TRUFFLERUBY.exclude and truffle_jars (in mx_truffleruby.py)
266
265
"sdk:JLINE3" ,
266
+ # Libraries, keep in sync with TRUFFLERUBY.exclude and truffle_jars (in mx_truffleruby.py)
267
267
"truffleruby:JCODINGS" ,
268
268
"truffleruby:JONI" ,
269
269
],
489
489
"regex:TREGEX" ,
490
490
"sulong:SULONG_API" ,
491
491
"sulong:SULONG_NFI" ,
492
+ "sdk:JLINE3" ,
492
493
],
493
494
"exclude" : [ # Keep in sync with org.truffleruby dependencies and truffle_jars in mx_truffleruby.py
494
- "sdk:JLINE3" ,
495
495
"truffleruby:JCODINGS" ,
496
496
"truffleruby:JONI" ,
497
497
],
You can’t perform that action at this time.
0 commit comments