mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
tests: disable tests depending on broken sourcekit on aarch64-linux
This commit is contained in:
parent
70a9a0d4c1
commit
d6709382e7
3 changed files with 10 additions and 0 deletions
|
@ -47,6 +47,9 @@ let
|
|||
"typst_lsp"
|
||||
]
|
||||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||
# TODO: 2025-04-20 build failure (swift-corelibs-xctest)
|
||||
"sourcekit"
|
||||
|
||||
# pkgs.vectorcode is not available on this platform
|
||||
"vectorcode_server"
|
||||
|
||||
|
|
|
@ -35,6 +35,10 @@
|
|||
"phpstan"
|
||||
"psalm"
|
||||
]
|
||||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||
# TODO: 2025-04-20 build failure (swift-corelibs-xctest)
|
||||
"swiftformat"
|
||||
]
|
||||
++ lib.optionals hostPlatform.isDarwin [
|
||||
# As of 2024-01-04, texliveMedium is broken on darwin
|
||||
# TODO: re-enable those tests when fixed
|
||||
|
|
|
@ -114,6 +114,9 @@
|
|||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||
# Not available on aarch64-linux
|
||||
"smlfmt"
|
||||
|
||||
# TODO: 2025-04-20 build failure (swift-corelibs-xctest)
|
||||
"swift_format"
|
||||
];
|
||||
in
|
||||
# Enable every none-ls source that has an option
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue