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 38ec534 commit a02c492Copy full SHA for a02c492
mx.graalpython/suite.py
@@ -272,8 +272,17 @@
272
],
273
"platformDependent": False,
274
"buildDependencies": [
275
+ # a bit ugly, we need the same dist dependencies as the full GRAALPYTHON dist
276
"com.oracle.graal.python",
277
"GRAALPYTHON-LAUNCHER",
278
+ "GRAALPYTHON_JNI",
279
+ "truffle:TRUFFLE_API",
280
+ "tools:TRUFFLE_COVERAGE",
281
+ "tools:TRUFFLE_PROFILER",
282
+ "regex:TREGEX",
283
+ "sdk:GRAAL_SDK",
284
+ "sulong:SULONG_API",
285
+ "sulong:SULONG_NATIVE", # this is actually just a runtime dependency
286
287
},
288
0 commit comments