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 5f59b7b commit 82e8af8Copy full SHA for 82e8af8
test/truffle/ecosystem/truffleruby-polyglot-get-test.sh
@@ -5,7 +5,12 @@ source test/truffle/common.sh.inc
5
# Clone Graal.js repository
6
jt mx --dy /vm,/graal-js sversions
7
8
-jt mx --env jvm-js ruby_maven_deploy_public
+# 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
+
14
maven_repo=$(echo "$(dirname "$(pwd)")"/graal/sdk/mxbuild/jdk*/mx.sdk/public-maven-repo)
15
if [ ! -d "$maven_repo" ]; then
16
echo "Maven repo not at $maven_repo ?"
0 commit comments