File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 34
34
- name : Run Style Gate
35
35
run : |
36
36
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
38
39
39
40
test_som :
40
41
runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 1
1
suite = {
2
2
"name" : "trufflesom" ,
3
- "mxversion" : "7.27.2 " ,
3
+ "mxversion" : "7.36.3 " ,
4
4
"versionConflictResolution" : "latest" ,
5
5
"version" : "0.0.1" ,
6
6
"release" : False ,
16
16
{
17
17
"name" : "truffle" ,
18
18
"subdir" : True ,
19
- "version" : "6339bcd8f1ca06eee25877838d92ca1256cbbf02 " ,
19
+ "version" : "6ffde64c948a451708aca033ded95223e8eaac90 " ,
20
20
"urls" : [{"url" : "https://github.com/oracle/graal" , "kind" : "git" }],
21
21
},
22
22
]
23
23
},
24
24
"libraries" : {
25
- "CHECKSTYLE_10.9.3 " : {
25
+ "CHECKSTYLE_10.21.0 " : {
26
26
"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"
28
28
],
29
- "digest" : "sha512:57443ea697a02630cea080e78296545586ce2fa40c72d4d5e3d24c511287fc5d460e274ef49a6c0fc386682df248c4306a232b5f13d844c2ef4d1613d5b37e92 " ,
29
+ "digest" : "sha512:401940e1475a333afee636535708fa842b1a11b30f9fd43518589aaf94c2cf601b24f83176e95ffc171e2befe968267262b24a0a3931a009b39531a6fe570e60 " ,
30
30
"licence" : "LGPLv21" ,
31
31
},
32
32
"LABS_JDK" : {
50
50
"requiresConcealed" : {
51
51
"java.base" : ["jdk.internal.module" ],
52
52
},
53
- "checkstyleVersion" : "10.9.3 " ,
53
+ "checkstyleVersion" : "10.21.0 " ,
54
54
"jacoco" : "include" ,
55
55
"javaCompliance" : "17+" ,
56
56
"annotationProcessors" : ["truffle:TRUFFLE_DSL_PROCESSOR" ],
You can’t perform that action at this time.
0 commit comments