File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4
4
" Jsonnet files should not include this file directly but use ci/common.jsonnet instead."
5
5
],
6
6
7
- "mx_version" : " 7.38 .0" ,
7
+ "mx_version" : " 7.40 .0" ,
8
8
9
9
"COMMENT.jdks" : " When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet" ,
10
10
"jdks" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"README" : " This file contains definitions that are useful for the jsonnet CI files of the graal and graal-enterprise repositories." ,
3
3
"ci" : {
4
- "overlay" : " 1ccfff0314b5dded71da964c0db7d512f33dfa39 "
4
+ "overlay" : " 17e07f85c9c36fd71adf68bc4056a3b8299ce866 "
5
5
}
6
6
}
Original file line number Diff line number Diff line change 322
322
"sdk:POLYGLOT_TCK" ,
323
323
],
324
324
"buildDependencies" : [
325
- "NATIVE_MODE_SUPPORT" ,
326
325
"SULONG_TCK_NATIVE" ,
327
326
],
327
+ "os" : {
328
+ "windows" : {"ignore" : "Native mode is not supported on Windows" },
329
+ "<others>" : {},
330
+ },
328
331
"checkstyle" : "com.oracle.truffle.llvm.runtime" ,
329
332
"javaCompliance" : "17+" ,
330
333
"workingSets" : "Truffle, LLVM" ,
You can’t perform that action at this time.
0 commit comments