Skip to content

Commit 589a098

Browse files
committed
bump mx version to 5.219.2
1 parent c224656 commit 589a098

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -911,9 +911,6 @@ def import_python_sources(args):
911911
def verify_ci(dest_suite, common_ci_dir="ci_common", args=None, ext=('.jsonnet', '.libsonnet')):
912912
"""Verify CI configuration"""
913913
base_suite = SUITE
914-
if not isinstance(dest_suite, mx.SourceSuite) or not isinstance(base_suite, mx.SourceSuite):
915-
raise mx.abort("Can not use verify-ci on binary suites: {} and {} need to be source suites".format(
916-
SUITE.name, dest_suite.name))
917914
assert isinstance(base_suite, mx.SourceSuite)
918915

919916
ci_files = mx.suite_ci_files(SUITE, common_ci_dir, extension=ext)

mx.graalpython/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# METADATA
66
#
77
# --------------------------------------------------------------------------------------------------------------
8-
"mxversion": "5.219.1",
8+
"mxversion": "5.219.2",
99
"name": "graalpython",
1010
"versionConflictResolution": "latest",
1111

0 commit comments

Comments
 (0)