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 14d6880 commit 241ca2fCopy full SHA for 241ca2f
mx.graalpython/mx_graalpython.py
@@ -162,6 +162,7 @@ def punittest(args):
162
163
PYTHON_ARCHIVES = ["GRAALPYTHON-LAUNCHER",
164
"GRAALPYTHON",
165
+ "GRAALPYTHON_UNIT_TESTS",
166
"GRAALPYTHON_GRAALVM_SUPPORT"]
167
PYTHON_NATIVE_PROJECTS = ["com.oracle.graal.python.parser.antlr",
168
"com.oracle.graal.python.cext"]
@@ -170,6 +171,7 @@ def punittest(args):
170
171
def nativebuild(args):
172
"Build the non-Java Python projects and archives"
173
mx.build(["--only", ",".join(PYTHON_NATIVE_PROJECTS + PYTHON_ARCHIVES)])
174
+ mx.archive(["@" + a for a in PYTHON_ARCHIVES])
175
176
177
def nativeclean(args):
0 commit comments