Skip to content

Commit

Permalink
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ci.hocon
Original file line number Diff line number Diff line change
@@ -34,6 +34,14 @@ no-graal: {
}

graal-core: {
downloads: {
JVMCI_JAVA_HOME: {
name: labsjdk,
version: "8u92-jvmci-0.14",
platformspecific: true
}
}

setup: ${common-setup} [
[mv, mx.jruby, temp_mx],
[mkdir, graal-workspace],
@@ -47,7 +55,7 @@ graal-core: {
]

environment: {
GRAALVM_BIN: graal-workspace/jvmci/jdk1.8.0_60/product/bin/java, // temporarily looks like GraalVM - will use GRAAL_HOME later
GRAAL_HOME: graal-workspace/graal-core,
HOST_VM: server,
HOST_VM_CONFIG: graal-core
}

0 comments on commit 6a0acc9

Please sign in to comment.