mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 01:25:22 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue