Skip to content

Commit cf69a18

Browse files
committed
Add separate dist for pegparser
1 parent c7d8abd commit cf69a18

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

mx.graalpython/suite.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
"jniHeaders": True,
334334
"dependencies": [
335335
"com.oracle.graal.python.annotations",
336-
"com.oracle.graal.python.pegparser",
336+
"GRAALPYTHON_PEGPARSER",
337337
"truffle:TRUFFLE_API",
338338
"truffle:TRUFFLE_NFI",
339339
"tools:TRUFFLE_COVERAGE",
@@ -541,6 +541,16 @@
541541
"maven": True,
542542
},
543543

544+
"GRAALPYTHON_PEGPARSER": {
545+
"dependencies": [
546+
"com.oracle.graal.python.pegparser",
547+
],
548+
"exclude": [
549+
"truffle:ICU4J",
550+
],
551+
"description": "GraalPython PEG parser",
552+
},
553+
544554
"GRAALPYTHON": {
545555
"dependencies": [
546556
"com.oracle.graal.python",

0 commit comments

Comments
 (0)