Skip to content

Commit

Permalink
[Truffle] We no longer need to force imports.
Browse files Browse the repository at this point in the history
* The truffle version by our suite.py will be used.
  • Loading branch information
eregon committed Oct 2, 2016
1 parent 828a0db commit b84c467
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ci.hocon
@@ -1,6 +1,3 @@
// Must be the same as in truffle/pom.rb and mx.jruby/suite.py (except for the -SNAPSHOT part only in pom.rb)
truffle-version: b2e70099cca564d81b2a9a6560fc6ad7fc815087

jt: [ruby, tool/jt.rb]

common: {
Expand Down Expand Up @@ -48,15 +45,10 @@ labsjdk: {
// Allow a version mismatch with truffle to prefer the language truffle version
mx_sclone: [mx, --version-conflict-resolution, ignore, sclone, --kind, git]

// Use Truffle version of the language
use-language-truffle: ["&&", git, fetch, "&&", git, reset, --hard, ${truffle-version}, "&&"]

graal-core: ${labsjdk} {
setup: ${common.setup} [
${mx_sclone} ["https://github.com/graalvm/graal-core.git", ../graal-core],
[cd, ../graal-core],
[mx, sforceimports],
[cd, ../truffle] ${use-language-truffle} [cd, ../graal-core],
[mx, build],
[cd, ../main]
]
Expand All @@ -72,8 +64,6 @@ graal-enterprise: ${labsjdk} {
setup: ${common.setup} [
${mx_sclone} ["https://github.com/graalvm/graal-enterprise.git", ../graal-enterprise],
[cd, ../graal-enterprise/graal-enterprise],
[mx, sforceimports],
[cd, ../../truffle] ${use-language-truffle} [cd, ../graal-enterprise/graal-enterprise],
[mx, build],
[cd, ../../main]
]
Expand Down

0 comments on commit b84c467

Please sign in to comment.