diff mx.graal/suite.py @ 22197:6cd6d5e670ad

exclude truffle jars from GRAAL_TRUFFLE_TEST distribution
author Andreas Woess <andreas.woess@oracle.com>
date Thu, 09 Jul 2015 22:05:11 +0200
parents b4971242bd23
children 2ffa690969d8
line wrap: on
line diff
--- a/mx.graal/suite.py	Thu Jul 09 17:49:58 2015 +0200
+++ b/mx.graal/suite.py	Thu Jul 09 22:05:11 2015 +0200
@@ -1193,6 +1193,10 @@
       "distDependencies" : [
         "GRAAL_TRUFFLE"
       ],
+      "exclude" : [
+        "TRUFFLE",
+        "TRUFFLE_DSL_PROCESSOR",
+      ],
     },
   },
 }