mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
tests/lsp-servers: disable bitbake_language_server (build failure)
This commit is contained in:
parent
8ffba233d6
commit
cd3cbb1e26
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@ let
|
||||||
"ruff_lsp"
|
"ruff_lsp"
|
||||||
"bufls"
|
"bufls"
|
||||||
"typst_lsp"
|
"typst_lsp"
|
||||||
|
|
||||||
|
# 2025-04-29: oelint-adv is broken
|
||||||
|
# TODO: re-enable when https://github.com/NixOS/nixpkgs/pull/402760 lands
|
||||||
|
"bitbake_language_server"
|
||||||
]
|
]
|
||||||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||||
# TODO: 2025-04-20 build failure (swift-corelibs-xctest)
|
# TODO: 2025-04-20 build failure (swift-corelibs-xctest)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue