Skip to content

Commit aea128b

Browse files
committed
[GR-36580] Adopt TruffleString in graalpython
PullRequest: graal/11991
2 parents 3eedb37 + 1f62020 commit aea128b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

graal-common.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"README": "This file contains definitions that are useful for the hocon and jsonnet CI files of the graal and graal-enterprise repositories.",
33
"ci": {
4-
"overlay": "f6c161a2af172c150f952ec6934b02259924ae70"
4+
"overlay": "e6f236224aade8e1e67a114ef197f2550bfe294a"
55
},
66

77
"COMMENT.mx": [
8-
"This must always point to HEAD in the master branch but can be used to point to",
8+
"This must always point to HEAD in the master branch but can be used to point to",
99
"another branch/commit in a PR when mx changes are required for the PR."
1010
],
1111
"mx_version" : "HEAD"

vm/mx.vm/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
},
7676
{
7777
"name": "graalpython",
78-
"version": "38194c1fb9cea219ce51784c345dd32c3eb4411a",
78+
"version": "d0011d188b8400cfe8a332d17606c7e7e56dc4e8",
7979
"dynamic": True,
8080
"urls": [
8181
{"url": "https://github.com/graalvm/graalpython.git", "kind": "git"},

0 commit comments

Comments
 (0)