Skip to content

Commit 7185a5d

Browse files
gilles-duboscqeregon
authored andcommitted
[GR-61870] Sulong: Avoid using synthetic support libraries with java projects
1 parent b381e38 commit 7185a5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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)