Skip to content

Commit

Permalink
Upgrade to GraalVM 1.0.0 RC12 / MX 5.206.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Feb 5, 2019
1 parent 1f78ea1 commit 69c8146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ aliases:
export JAVA_HOME=${TRAVIS_BUILD_DIR}/../${JVMCI_BASE_JDK8}-${JVMCI_VERSION}
- &use-graal-vm
|
GRAAL_VM_VERSION=1.0.0-rc11
GRAAL_VM_VERSION=1.0.0-rc12
GRAAL_VM_TARBALL=graalvm-ce-${GRAAL_VM_VERSION}-linux-amd64.tar.gz
pushd ~/ > /dev/null
curl -sSL --retry 3 -o ${GRAAL_VM_TARBALL} https://github.com/oracle/graal/releases/download/vm-${GRAAL_VM_VERSION}/${GRAAL_VM_TARBALL}
Expand Down
4 changes: 2 additions & 2 deletions mx.graalsqueak/suite.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
suite = {
"mxversion": "5.204.4",
"mxversion": "5.206.2",
"name": "graalsqueak",
"versionConflictResolution": "latest",

"imports": {
"suites": [{
"name": "truffle",
"subdir": True,
"version": "f2916dbcc8a1e0412b98239bb625de0d7ee7841e",
"version": "d92cbd9b0c02764d859f2f0adfc3c76b6f46cb1e",
"urls": [{
"url": "https://github.com/oracle/graal",
"kind": "git"
Expand Down

0 comments on commit 69c8146

Please sign in to comment.