From a98aee9935e5c7d5e21a16947ad472bc896c7b72 Mon Sep 17 00:00:00 2001 From: Josef Eisl Date: Mon, 14 Jul 2025 20:38:39 +0200 Subject: [PATCH] ci: update mx --- common.json | 2 +- compiler/mx.compiler/suite.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common.json b/common.json index da07d02790eb..9c62ca3bea08 100644 --- a/common.json +++ b/common.json @@ -4,7 +4,7 @@ "Jsonnet files should not include this file directly but use ci/common.jsonnet instead." ], - "mx_version": "7.58.6", + "mx_version": "7.58.9", "COMMENT.jdks": "When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet", "jdks": { diff --git a/compiler/mx.compiler/suite.py b/compiler/mx.compiler/suite.py index 9ccebb78a147..f2d25ac6691d 100644 --- a/compiler/mx.compiler/suite.py +++ b/compiler/mx.compiler/suite.py @@ -1,5 +1,5 @@ suite = { - "mxversion": "7.55.2", + "mxversion": "7.58.9", "name" : "compiler", "sourceinprojectwhitelist" : [],