Skip to content

Commit 48dff62

Browse files
committed
[GR-24501] Move ICU4J library to truffle.
PullRequest: js/2241
2 parents 8b44b12 + 38a96d5 commit 48dff62

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

graal-js/mx.graal-js/mx_graal_js.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,13 @@ def is_included(path):
318318
},
319319
license_files=[],
320320
third_party_license_files=[],
321-
dependencies=['Truffle', 'TRegex'],
321+
dependencies=[
322+
'Truffle',
323+
'TRegex',
324+
'ICU4J',
325+
],
322326
truffle_jars=[
323327
'graal-js:GRAALJS',
324-
'graal-js:ICU4J',
325328
],
326329
support_distributions=[
327330
'graal-js:GRAALJS_GRAALVM_SUPPORT',

graal-js/mx.graal-js/suite.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
{
2525
"name" : "regex",
2626
"subdir" : True,
27-
"version" : "bf06b0f9e5ab88ae988343aa041367a6c6e37625",
27+
"version" : "770c53654ef0c2e942dc53c42ffcb9a8b7f5c335",
2828
"urls" : [
2929
{"url" : "https://github.com/oracle/graal.git", "kind" : "git"},
3030
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},
@@ -132,7 +132,7 @@
132132
"com.oracle.truffle.js.codec",
133133
"com.oracle.truffle.js.runtime.doubleconv",
134134
"truffle:TRUFFLE_API",
135-
"ICU4J",
135+
"truffle:ICU4J",
136136
],
137137
"annotationProcessors" : ["truffle:TRUFFLE_DSL_PROCESSOR", "TRUFFLE_JS_FACTORY_PROCESSOR"],
138138
"jacoco" : "include",
@@ -418,9 +418,7 @@
418418
"regex:TREGEX",
419419
"truffle:TRUFFLE_API",
420420
"sdk:GRAAL_SDK",
421-
],
422-
"exclude": [
423-
"ICU4J",
421+
"truffle:ICU4J",
424422
],
425423
"description" : "Graal JavaScript engine",
426424
"maven" : {

0 commit comments

Comments
 (0)