Skip to content

Commit

Permalink
Bump ci/common.jsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick96 committed Apr 29, 2024
1 parent c2e034a commit a925edc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/common.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ local common_json = import "../common.json";
mx: {
environment+: {
MX_PYTHON: "python3.8",
PYTHONIOENCODING: "utf-8",
},
packages+: {
python3: "==3.8.10",
Expand All @@ -145,6 +146,8 @@ local common_json = import "../common.json";
"Dumping debug output to '(?P<filename>[^']+)'",
# Keep in sync with com.oracle.svm.hosted.NativeImageOptions#DEFAULT_ERROR_FILE_NAME
" (?P<filename>.+/svm_err_b_\\d+T\\d+\\.\\d+_pid\\d+\\.md)",
# Keep in sync with jdk.graal.compiler.test.SubprocessUtil#makeArgfile
" @(?P<filename>.*SubprocessUtil.*\\.argfile)",
],
},

Expand Down

0 comments on commit a925edc

Please sign in to comment.