Skip to content

Commit acdfcc0

Browse files
committed
leave profiler as a hard dependency and remove coverage
1 parent 282b0ac commit acdfcc0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

mx.graalpython/suite.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@
350350
"GRAALPYTHON-LAUNCHER",
351351
"GRAALPYTHON_NATIVE_LIBS",
352352
"truffle:TRUFFLE_API",
353-
"tools:TRUFFLE_COVERAGE",
354353
"tools:TRUFFLE_PROFILER",
355354
"regex:TREGEX",
356355
"sdk:GRAAL_SDK",
@@ -370,7 +369,6 @@
370369
"com.oracle.graal.python.pegparser",
371370
"truffle:TRUFFLE_API",
372371
"truffle:TRUFFLE_NFI",
373-
"tools:TRUFFLE_COVERAGE",
374372
"tools:TRUFFLE_PROFILER",
375373
"sdk:GRAAL_SDK",
376374
"sulong:SULONG_API",
@@ -865,10 +863,6 @@
865863
"uses": [
866864
"com.oracle.graal.python.builtins.PythonBuiltins",
867865
],
868-
"requires": [
869-
"static com.oracle.truffle.tools.coverage",
870-
"static com.oracle.truffle.tools.profiler",
871-
],
872866
},
873867
"dependencies": [
874868
"com.oracle.graal.python",
@@ -877,7 +871,6 @@
877871
"distDependencies": [
878872
"GRAALPYTHON_NATIVE_LIBS",
879873
"truffle:TRUFFLE_API",
880-
"tools:TRUFFLE_COVERAGE",
881874
"tools:TRUFFLE_PROFILER",
882875
"regex:TREGEX",
883876
"sdk:GRAAL_SDK",

0 commit comments

Comments
 (0)