Skip to content

Commit 82e8af8

Browse files
committed
[GR-52171] Run maven_deploy_public from the /vm suite otherwise org.graalvm.polyglot:js-community is not deployed
1 parent 5f59b7b commit 82e8af8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/truffle/ecosystem/truffleruby-polyglot-get-test.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ source test/truffle/common.sh.inc
55
# Clone Graal.js repository
66
jt mx --dy /vm,/graal-js sversions
77

8-
jt mx --env jvm-js ruby_maven_deploy_public
8+
# Running that command from /vm as primary suite is needed
9+
# to deploy org.graalvm.polyglot:js-community and not just org.graalvm.js:js-community (GR-52171)
10+
pushd ../graal/vm
11+
jt mx --dy truffleruby,/graal-js ruby_maven_deploy_public
12+
popd
13+
914
maven_repo=$(echo "$(dirname "$(pwd)")"/graal/sdk/mxbuild/jdk*/mx.sdk/public-maven-repo)
1015
if [ ! -d "$maven_repo" ]; then
1116
echo "Maven repo not at $maven_repo ?"

0 commit comments

Comments
 (0)