tests/lsp/all-servers: disable autotools_ls on aarch64-linux

https://github.com/NixOS/nixpkgs/issues/372375
This commit is contained in:
Gaetan Lepage 2025-01-09 14:43:27 +01:00
parent 574e78bb76
commit bca43a2a8e

View file

@ -58,6 +58,9 @@ let
"scheme_langserver"
]
++ lib.optionals (pkgs.stdenv.hostPlatform.system == "aarch64-linux") [
# TODO: 2025-01-09 python312Packages.tree-sitter (dependency of autotools-language-server) is broken
# https://github.com/NixOS/nixpkgs/issues/372375
"autotools_ls"
# Binary package not available for this architecture
"starpls"
# TODO: 2024-10-05 build failure