Skip to content

Commit cd3cbb1

Browse files
committed
tests/lsp-servers: disable bitbake_language_server (build failure)
1 parent 8ffba23 commit cd3cbb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/lsp-servers.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ let
4545
"ruff_lsp"
4646
"bufls"
4747
"typst_lsp"
48+
49+
# 2025-04-29: oelint-adv is broken
50+
# TODO: re-enable when https://github.com/NixOS/nixpkgs/pull/402760 lands
51+
"bitbake_language_server"
4852
]
4953
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
5054
# TODO: 2025-04-20 build failure (swift-corelibs-xctest)

0 commit comments

Comments
 (0)