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 a6ab228 + 80b5985 commit 25e30b4Copy full SHA for 25e30b4
common.json
@@ -4,7 +4,7 @@
4
"Jsonnet files should not include this file directly but use ci/common.jsonnet instead."
5
],
6
7
- "mx_version": "7.38.0",
+ "mx_version": "7.40.0",
8
9
"COMMENT.jdks": "When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet",
10
"jdks": {
sulong/mx.sulong/suite.py
@@ -322,9 +322,12 @@
322
"sdk:POLYGLOT_TCK",
323
324
"buildDependencies" : [
325
- "NATIVE_MODE_SUPPORT",
326
"SULONG_TCK_NATIVE",
327
+ "os" : {
328
+ "windows" : {"ignore": "Native mode is not supported on Windows"},
329
+ "<others>" : {},
330
+ },
331
"checkstyle" : "com.oracle.truffle.llvm.runtime",
332
"javaCompliance" : "17+",
333
"workingSets" : "Truffle, LLVM",
0 commit comments