From f8901e1727716019c1b29b3050b72d91e7d18173 Mon Sep 17 00:00:00 2001 From: Francois Farquet Date: Fri, 13 Feb 2026 14:47:40 +0100 Subject: [PATCH 1/2] mx version bump --- ci/graal/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/graal/common.json b/ci/graal/common.json index 9134364c59..283bb83d2f 100644 --- a/ci/graal/common.json +++ b/ci/graal/common.json @@ -4,7 +4,7 @@ "Jsonnet files should not include this file directly but use ci/common.jsonnet instead." ], - "mx_version": "7.68.10", + "mx_version": "7.68.13", "COMMENT.jdks": "When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet", "jdks": { From 238a5f35b661e5a6395ef49be97a686192011062 Mon Sep 17 00:00:00 2001 From: Francois Farquet Date: Fri, 13 Feb 2026 14:48:45 +0100 Subject: [PATCH 2/2] CI overlay bump --- ci.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci.jsonnet b/ci.jsonnet index b642ed0813..40217605d5 100644 --- a/ci.jsonnet +++ b/ci.jsonnet @@ -5,7 +5,7 @@ (import "ci/python-gate.libsonnet") + (import "ci/python-bench.libsonnet") + { - overlay: "ed8f5da14a487e075631a90cf50e7dbca5d171aa", + overlay: "28f1ff831cd38862c38c7d4c02fbf145b8a17b5c", specVersion: "6", // Until buildbot issues around CI tiers are resolved, we cannot use them // tierConfig: self.tierConfig,