Skip to content

Commit 25e30b4

Browse files
committed
[GR-61769] [GR-61870] Update mx to fix mx build --jdt builtin --warning-as-error
PullRequest: graal/19950
2 parents a6ab228 + 80b5985 commit 25e30b4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Jsonnet files should not include this file directly but use ci/common.jsonnet instead."
55
],
66

7-
"mx_version": "7.38.0",
7+
"mx_version": "7.40.0",
88

99
"COMMENT.jdks": "When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet",
1010
"jdks": {

sulong/mx.sulong/suite.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,12 @@
322322
"sdk:POLYGLOT_TCK",
323323
],
324324
"buildDependencies" : [
325-
"NATIVE_MODE_SUPPORT",
326325
"SULONG_TCK_NATIVE",
327326
],
327+
"os" : {
328+
"windows" : {"ignore": "Native mode is not supported on Windows"},
329+
"<others>" : {},
330+
},
328331
"checkstyle" : "com.oracle.truffle.llvm.runtime",
329332
"javaCompliance" : "17+",
330333
"workingSets" : "Truffle, LLVM",

0 commit comments

Comments
 (0)