diff mx.graal/suite.py @ 22708:de3835098c21

adapt to mx change in terms of where generated output is placed; updated jvmci and truffle imports
author Doug Simon <doug.simon@oracle.com>
date Sun, 27 Sep 2015 16:06:33 +0200
parents fbb8c5ee2a2c
children 55a04976902d
line wrap: on
line diff
--- a/mx.graal/suite.py	Fri Sep 25 17:19:26 2015 +0200
+++ b/mx.graal/suite.py	Sun Sep 27 16:06:33 2015 +0200
@@ -1,12 +1,12 @@
 suite = {
-  "mxversion" : "5.0",
+  "mxversion" : "5.5.6",
   "name" : "graal",
 
   "imports" : {
     "suites": [
             {
                "name" : "jvmci",
-               "version" : "0851eafff5c9ec7ebbcc588dca5bcd1290175b5d",
+               "version" : "0f13373f18d01dec38726de941bf625b1b0273bf",
                "urls" : [
                     {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"},
                     {"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},
@@ -14,7 +14,7 @@
             },
             {
                "name" : "truffle",
-               "version" : "93a6b7597937fcee05a0c8f9366dd61ab80d804a",
+               "version" : "364e3f0246430aa094556c0f422662120a2a89cf",
                "urls" : [
                     {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/truffle", "kind" : "hg"},
                     {"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind" : "binary"},