Skip to content

Commit 06f6234

Browse files
committed
compiler thinlauncher with llvm toolchain or musl swcfi only on linux
1 parent ab91681 commit 06f6234

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mx.graalpython/suite.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,8 +828,9 @@
828828
'--vm.-enable-native-access=org.graalvm.shadowed.jline',
829829
],
830830
"multitarget": [
831-
{"libc": ["glibc", "default"], "compiler": ["llvm-toolchain", "host", "*"]},
832-
{"libc": ["musl"], "variant": ["swcfi"]},
831+
{"os": ["linux"], "libc": ["glibc", "default"], "compiler": ["llvm-toolchain", "host", "*"]},
832+
{"os": ["linux"], "libc": ["musl"], "variant": ["swcfi"]},
833+
{"os": ["windows", "darwin"], "libc": ["default"]},
833834
],
834835
},
835836

0 commit comments

Comments
 (0)