Skip to content

Commit

Permalink
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci.hocon
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ common-setup: [
[mx, sclone, --kind, git, "https://github.com/jruby/jruby-build-pack.git", jruby-build-pack],
[cp, bin/jruby.bash, bin/jruby],
[chmod, +x, bin/jruby],
${jt} [build, --offline]
${jt} [build] # --offline
]

common: {
2 changes: 1 addition & 1 deletion mx.jruby/suite.py
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ def mavenLib(mavenDep, sha1):
"suites": [
{
"name": "truffle",
"version": "bd163128ec958b97ebc68b33ac5b4fae376a37b5",
"version": "f2c5947c0f6a48dd71ae86607c36f1a78098ebd8",
"urls": [
{"url": "https://github.com/graalvm/truffle.git", "kind": "git"},
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
2 changes: 1 addition & 1 deletion truffle/pom.rb
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@

properties( 'polyglot.dump.pom' => 'pom.xml',
'polyglot.dump.readonly' => true,
'truffle.version' => '0.16',
'truffle.version' => 'f2c5947c0f6a48dd71ae86607c36f1a78098ebd8-SNAPSHOT',
'jruby.basedir' => '${basedir}/..',
'maven.test.skip' => 'true' )

2 changes: 1 addition & 1 deletion truffle/pom.xml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ DO NOT MODIFIY - GENERATED CODE
<jruby.basedir>${basedir}/..</jruby.basedir>
<polyglot.dump.readonly>true</polyglot.dump.readonly>
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
<truffle.version>0.16</truffle.version>
<truffle.version>f2c5947c0f6a48dd71ae86607c36f1a78098ebd8-SNAPSHOT</truffle.version>
</properties>
<dependencies>
<dependency>

0 comments on commit 97eb49d

Please sign in to comment.