Skip to content

Commit 17ba83e

Browse files
committed
Don't exclude ICU4J-CHARSET for now
1 parent 8949258 commit 17ba83e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mx.graalpython/suite.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,8 @@
488488
"XZ-1.8",
489489
"truffle:ANTLR4",
490490
"truffle:ICU4J",
491-
"truffle:ICU4J-CHARSET",
491+
# TODO this fails native image build for some reason
492+
# "truffle:ICU4J-CHARSET",
492493
],
493494
"javaProperties": {
494495
"python.jni.library": "<lib:pythonjni>"

0 commit comments

Comments
 (0)