Skip to content

Commit

Permalink
Use LayoutZIPDistribution from mx
Browse files Browse the repository at this point in the history
  • Loading branch information
gilles-duboscq committed Jul 17, 2019
1 parent d6b2d26 commit 3bdab2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions vm/mx.vm/mx_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,16 +540,8 @@ def _get_metadata(suites):
return _metadata


class LayoutZIPDistribution(mx.LayoutJARDistribution): # pylint: disable=R0901
def remoteExtension(self):
return 'zip'

def localExtension(self):
return 'zip'


if mx.is_windows():
LayoutSuper = LayoutZIPDistribution
LayoutSuper = mx.LayoutZIPDistribution
else:
LayoutSuper = mx.LayoutTARDistribution

Expand Down
2 changes: 1 addition & 1 deletion vm/mx.vm/suite.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
suite = {
"name": "vm",
"version" : "19.2.0",
"mxversion" : "5.223.0",
"mxversion" : "5.227.0",
"release" : False,
"groupId" : "org.graalvm",

Expand Down

0 comments on commit 3bdab2c

Please sign in to comment.