We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4d94c4 + f255b95 commit 4af134cCopy full SHA for 4af134c
.gitlab-ci.yml
@@ -6,8 +6,8 @@ stages:
6
variables:
7
PYTHONUNBUFFERED: "true"
8
JVMCI_VERSION_CHECK: ignore
9
- GRAALEE_VERSION: oracle-graalvm-ea-jdk-26.0.0-ea.02
10
- JAVA_VERSION: temurin-24.0.1+9
+ GRAALEE_VERSION: oracle-graalvm-ea-jdk-25.0.0-ea.36
+ JAVA_VERSION: temurin-24.0.2+12
11
12
.shared-scripts:
13
download-binaries: &DOWNLOAD_BINARIES |
mx.trufflesom/suite.py
@@ -16,7 +16,7 @@
16
{
17
"name": "truffle",
18
"subdir": True,
19
- "version": "6b2c0ffb789f51959cf8ef4f82935ff031c12134",
+ "version": "2d6e4b53145bfd3a57139e626ec6b19ec882fd43",
20
"urls": [{"url": "https://github.com/oracle/graal", "kind": "git"}],
21
},
22
]
0 commit comments