Skip to content

Commit afe145e

Browse files
committed
Build from the vm suite when deploying maven repo
1 parent e87957d commit afe145e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ def deploy_local_maven_repo():
880880

881881
if not DISABLE_REBUILD:
882882
# build GraalPy and all the necessary dependencies, so that we can deploy them
883-
mx.run_mx(["build"], env=env)
883+
mx.run_mx(["-p", os.path.join(mx.suite('truffle').dir, '..', 'vm'), "--dy", "graalpython", "build"], env=env)
884884

885885
# deploy maven artifacts
886886
version = GRAAL_VERSION

0 commit comments

Comments
 (0)