Skip to content

Commit 98ba377

Browse files
OracleLabsAutomationandrykonchin
authored andcommitted
[GR-26395] Periodic update of the graal import.
PullRequest: truffleruby/4258
2 parents 2651959 + 2c27389 commit 98ba377

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci/common.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ local common_json = import "../common.json";
128128
mx: {
129129
environment+: {
130130
MX_PYTHON: "python3.8",
131+
PYTHONIOENCODING: "utf-8",
131132
},
132133
packages+: {
133134
python3: "==3.8.10",

mx.truffleruby/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
"name": "regex",
2222
"subdir": True,
23-
"version": "a65ec785e7fecfa58450c0ccc062e3a64f16aca0",
23+
"version": "5f68ad3c9ba1df6c8f095e3e2afe688bfa1feb61",
2424
"urls": [
2525
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
2626
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -29,7 +29,7 @@
2929
{
3030
"name": "sulong",
3131
"subdir": True,
32-
"version": "a65ec785e7fecfa58450c0ccc062e3a64f16aca0",
32+
"version": "5f68ad3c9ba1df6c8f095e3e2afe688bfa1feb61",
3333
"urls": [
3434
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
3535
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},

0 commit comments

Comments
 (0)