From a925edc39406744a4d054b064e5c72d2ff44ef23 Mon Sep 17 00:00:00 2001 From: Patrick Ziegler Date: Mon, 29 Apr 2024 15:26:47 +0200 Subject: [PATCH] Bump ci/common.jsonnet --- ci/common.jsonnet | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/common.jsonnet b/ci/common.jsonnet index ac61717e..49d2b5e9 100644 --- a/ci/common.jsonnet +++ b/ci/common.jsonnet @@ -128,6 +128,7 @@ local common_json = import "../common.json"; mx: { environment+: { MX_PYTHON: "python3.8", + PYTHONIOENCODING: "utf-8", }, packages+: { python3: "==3.8.10", @@ -145,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)", ], },