Skip to content

Commit 4af134c

Browse files
authored
Update Truffle to version of 2025-09-27 (#236)
2 parents f4d94c4 + f255b95 commit 4af134c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ stages:
66
variables:
77
PYTHONUNBUFFERED: "true"
88
JVMCI_VERSION_CHECK: ignore
9-
GRAALEE_VERSION: oracle-graalvm-ea-jdk-26.0.0-ea.02
10-
JAVA_VERSION: temurin-24.0.1+9
9+
GRAALEE_VERSION: oracle-graalvm-ea-jdk-25.0.0-ea.36
10+
JAVA_VERSION: temurin-24.0.2+12
1111

1212
.shared-scripts:
1313
download-binaries: &DOWNLOAD_BINARIES |

mx.trufflesom/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{
1717
"name": "truffle",
1818
"subdir": True,
19-
"version": "6b2c0ffb789f51959cf8ef4f82935ff031c12134",
19+
"version": "2d6e4b53145bfd3a57139e626ec6b19ec882fd43",
2020
"urls": [{"url": "https://github.com/oracle/graal", "kind": "git"}],
2121
},
2222
]

0 commit comments

Comments
 (0)