Skip to content

Commit

Permalink
[Truffle] Don't use JVMCI_JAVA_HOME any more.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Sep 6, 2016
1 parent 4d0f7d3 commit dd58439
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci.hocon
Expand Up @@ -34,7 +34,7 @@ no-graal: {

labsjdk: {
downloads: {
JVMCI_JAVA_HOME: {
JAVA_HOME: {
name: labsjdk,
version: "8u92-jvmci-0.20",
platformspecific: true
Expand All @@ -53,7 +53,7 @@ graal-core: ${labsjdk} {
${clone_graal} ["https://github.com/graalvm/graal-core.git", graal-core],
[cd, graal-core],
[mx, sforceimports],
[mx, --java-home, "$JVMCI_JAVA_HOME", build],
[mx, build],
[cd, ../..],
[mv, temp_mx, mx.jruby]
]
Expand All @@ -73,7 +73,7 @@ graal-enterprise: ${labsjdk} {
${clone_graal} ["https://github.com/graalvm/graal-enterprise.git", graal-enterprise],
[cd, graal-enterprise/graal-enterprise],
[mx, sforceimports],
[mx, --java-home, "$JVMCI_JAVA_HOME", build],
[mx, build],
[cd, ../../..],
[mv, temp_mx, mx.jruby]
]
Expand Down Expand Up @@ -120,7 +120,7 @@ sulong: ${labsjdk} {
[mx, sclone, --kind, git, "https://github.com/graalvm/sulong.git", sulong],
[cd, sulong],
[mx, sforceimports],
[mx, --java-home, "$JVMCI_JAVA_HOME", build],
[mx, build],
[cd, ../..],
[mv, temp_mx, mx.jruby]
${jt} [build, cexts]
Expand Down

0 comments on commit dd58439

Please sign in to comment.