Skip to content

Commit 6102445

Browse files
committed
Fix mx warnings about transitive requires
* The warnings: WARNING: Module org.graalvm.py (graalpython:GRAALPYTHON) requires org.graalvm.nativeimage (sdk:NATIVEIMAGE) in order to read concealed package(s): org.graalvm.nativeimage.impl, and exported package(s): org.graalvm.nativeimage, org.graalvm.nativeimage.hosted WARNING: Module org.graalvm.py (graalpython:GRAALPYTHON) requires org.graalvm.collections (sdk:COLLECTIONS) in order to read exported package(s): org.graalvm.collections WARNING: Module org.graalvm.py (graalpython:GRAALPYTHON): automatically included the following missing "requires": ["org.graalvm.collections", "org.graalvm.nativeimage"]. To fix this warning, please explicitly declare them as "requires" or "distDependencies" in graalpython:GRAALPYTHON (/home/eregon/code/truffleruby-ws/graalpython/mx.graalpython/suite.py:1073), or as "requires transitive" in any of its transitive dependencies.
1 parent b16cdea commit 6102445

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/suite.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,6 +1091,8 @@
10911091
"tools:TRUFFLE_PROFILER",
10921092
"regex:TREGEX",
10931093
"sdk:POLYGLOT",
1094+
"sdk:NATIVEIMAGE",
1095+
"sdk:COLLECTIONS",
10941096
"truffle:TRUFFLE_NFI",
10951097
"truffle:TRUFFLE_NFI_LIBFFI", # runtime dependency for convenience
10961098
"sulong:SULONG_API",

0 commit comments

Comments
 (0)