Skip to content

Commit f97f168

Browse files
authored
Update Truffle to version of 2024-12-14 and update checkstyle and mx version requirement (#224)
2 parents 5821147 + 55e57aa commit f97f168

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
- name: Run Style Gate
3535
run: |
3636
export ECLIPSE_EXE=${GITHUB_WORKSPACE}/../eclipse/eclipse
37-
mx gate --tags style
37+
export JAVA_HOME=$JAVA_HOME_21_X64
38+
mx --java-home=${JAVA_HOME} gate --tags style
3839
3940
test_som:
4041
runs-on: ubuntu-22.04

mx.trufflesom/suite.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
suite = {
22
"name": "trufflesom",
3-
"mxversion": "7.27.2",
3+
"mxversion": "7.36.3",
44
"versionConflictResolution": "latest",
55
"version": "0.0.1",
66
"release": False,
@@ -16,17 +16,17 @@
1616
{
1717
"name": "truffle",
1818
"subdir": True,
19-
"version": "6339bcd8f1ca06eee25877838d92ca1256cbbf02",
19+
"version": "6ffde64c948a451708aca033ded95223e8eaac90",
2020
"urls": [{"url": "https://github.com/oracle/graal", "kind": "git"}],
2121
},
2222
]
2323
},
2424
"libraries": {
25-
"CHECKSTYLE_10.9.3": {
25+
"CHECKSTYLE_10.21.0": {
2626
"urls": [
27-
"https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.9.3/checkstyle-10.9.3-all.jar"
27+
"https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.21.0/checkstyle-10.21.0-all.jar"
2828
],
29-
"digest": "sha512:57443ea697a02630cea080e78296545586ce2fa40c72d4d5e3d24c511287fc5d460e274ef49a6c0fc386682df248c4306a232b5f13d844c2ef4d1613d5b37e92",
29+
"digest": "sha512:401940e1475a333afee636535708fa842b1a11b30f9fd43518589aaf94c2cf601b24f83176e95ffc171e2befe968267262b24a0a3931a009b39531a6fe570e60",
3030
"licence": "LGPLv21",
3131
},
3232
"LABS_JDK": {
@@ -50,7 +50,7 @@
5050
"requiresConcealed": {
5151
"java.base": ["jdk.internal.module"],
5252
},
53-
"checkstyleVersion": "10.9.3",
53+
"checkstyleVersion": "10.21.0",
5454
"jacoco": "include",
5555
"javaCompliance": "17+",
5656
"annotationProcessors": ["truffle:TRUFFLE_DSL_PROCESSOR"],

0 commit comments

Comments
 (0)