Skip to content

Commit 241ca2f

Browse files
committed
make sure things are archived
1 parent 14d6880 commit 241ca2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ def punittest(args):
162162

163163
PYTHON_ARCHIVES = ["GRAALPYTHON-LAUNCHER",
164164
"GRAALPYTHON",
165+
"GRAALPYTHON_UNIT_TESTS",
165166
"GRAALPYTHON_GRAALVM_SUPPORT"]
166167
PYTHON_NATIVE_PROJECTS = ["com.oracle.graal.python.parser.antlr",
167168
"com.oracle.graal.python.cext"]
@@ -170,6 +171,7 @@ def punittest(args):
170171
def nativebuild(args):
171172
"Build the non-Java Python projects and archives"
172173
mx.build(["--only", ",".join(PYTHON_NATIVE_PROJECTS + PYTHON_ARCHIVES)])
174+
mx.archive(["@" + a for a in PYTHON_ARCHIVES])
173175

174176

175177
def nativeclean(args):

0 commit comments

Comments
 (0)