Skip to content

Commit 1d2bb15

Browse files
committed
build everything once for coverage
1 parent 9c47893 commit 1d2bb15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2170,7 +2170,8 @@ def python_coverage(args):
21702170
truffle_parser.set_defaults(mode='truffle')
21712171
args = parser.parse_args(args)
21722172

2173-
# do not endlessly rebuild tests
2173+
# do not endlessly rebuild tests, build once for all
2174+
run_mx(["build"], env={**os.environ, **LATEST_JAVA_HOME})
21742175
run_mx(["build", "--dep", "com.oracle.graal.python.test"], env={**os.environ, **LATEST_JAVA_HOME})
21752176
env = extend_os_env(
21762177
GRAALPYTHON_MX_DISABLE_REBUILD="True",

0 commit comments

Comments
 (0)