changeset 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 4485282cce66
children fec4d8428ace
files mx.graal/suite.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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",
+      ],
     },
   },
 }