From 3049d8d1c356e02159d12117f57996988c1718cc Mon Sep 17 00:00:00 2001 From: ol-automation_ww Date: Fri, 3 May 2024 21:19:43 +0000 Subject: [PATCH] Update graal import. --- ci/common.jsonnet | 2 ++ common.json | 2 +- mx.truffleruby/suite.py | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ci/common.jsonnet b/ci/common.jsonnet index f1b5e518b80d..49d2b5e963f7 100644 --- a/ci/common.jsonnet +++ b/ci/common.jsonnet @@ -146,6 +146,8 @@ local common_json = import "../common.json"; "Dumping debug output to '(?P[^']+)'", # Keep in sync with com.oracle.svm.hosted.NativeImageOptions#DEFAULT_ERROR_FILE_NAME " (?P.+/svm_err_b_\\d+T\\d+\\.\\d+_pid\\d+\\.md)", + # Keep in sync with jdk.graal.compiler.test.SubprocessUtil#makeArgfile + " @(?P.*SubprocessUtil.*\\.argfile)", ], }, diff --git a/common.json b/common.json index dd3f685ecadd..4568d66e7442 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.22.6", + "mx_version": "7.22.7", "COMMENT.jdks": "When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet", "jdks": { diff --git a/mx.truffleruby/suite.py b/mx.truffleruby/suite.py index 299f31a35620..9999e4f24789 100644 --- a/mx.truffleruby/suite.py +++ b/mx.truffleruby/suite.py @@ -20,7 +20,7 @@ { "name": "regex", "subdir": True, - "version": "5f68ad3c9ba1df6c8f095e3e2afe688bfa1feb61", + "version": "0c7497f59518aee33508d960c6044cce3caabe9a", "urls": [ {"url": "https://github.com/oracle/graal.git", "kind": "git"}, {"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"}, @@ -29,7 +29,7 @@ { "name": "sulong", "subdir": True, - "version": "5f68ad3c9ba1df6c8f095e3e2afe688bfa1feb61", + "version": "0c7497f59518aee33508d960c6044cce3caabe9a", "urls": [ {"url": "https://github.com/oracle/graal.git", "kind": "git"}, {"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},