We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d8abd commit cf69a18Copy full SHA for cf69a18
mx.graalpython/suite.py
@@ -333,7 +333,7 @@
333
"jniHeaders": True,
334
"dependencies": [
335
"com.oracle.graal.python.annotations",
336
- "com.oracle.graal.python.pegparser",
+ "GRAALPYTHON_PEGPARSER",
337
"truffle:TRUFFLE_API",
338
"truffle:TRUFFLE_NFI",
339
"tools:TRUFFLE_COVERAGE",
@@ -541,6 +541,16 @@
541
"maven": True,
542
},
543
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
+
554
"GRAALPYTHON": {
555
556
"com.oracle.graal.python",
0 commit comments