Skip to content

Commit 1720a8f

Browse files
committed
Use ICU4J truffle component.
1 parent 5484ad7 commit 1720a8f

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,14 @@ def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet',
15061506
standalone_dir_name='graalpython-<version>-<graalvm_os>-<arch>',
15071507
license_files=[],
15081508
third_party_license_files=[],
1509-
dependencies=['pynl', 'Truffle', 'LLVM Runtime Native', 'LLVM.org toolchain', 'TRegex'],
1509+
dependencies=[
1510+
'pynl',
1511+
'Truffle',
1512+
'LLVM Runtime Native',
1513+
'LLVM.org toolchain',
1514+
'TRegex',
1515+
'ICU4J',
1516+
],
15101517
standalone_dependencies={
15111518
'LLVM Runtime Core': ('lib/sulong', []),
15121519
'LLVM Runtime Native': ('lib/sulong', []),

mx.graalpython/suite.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@
268268
"truffle:ANTLR4",
269269
"sulong:SULONG_API",
270270
"XZ-1.8",
271-
"ICU4J-69.1",
272-
"ICU4J-CHARSET-69.1",
271+
"truffle:ICU4J",
272+
"truffle:ICU4J-CHARSET",
273273
"sdk:JLINE3",
274274
],
275275
"buildDependencies": ["com.oracle.graal.python.parser.antlr"],
@@ -460,6 +460,8 @@
460460
"regex:TREGEX",
461461
"sdk:GRAAL_SDK",
462462
"truffle:ANTLR4",
463+
"truffle:ICU4J",
464+
"truffle:ICU4J-CHARSET",
463465
"sulong:SULONG_API",
464466
"sulong:SULONG_NATIVE", # this is actually just a runtime dependency
465467
],

0 commit comments

Comments
 (0)