From cd1f50b1e85fc43b2c49968a0bc3c6ad3a4a3270 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Sun, 22 Jun 2025 11:03:43 +0100 Subject: [PATCH] tests/lsp: improve vectorcode comment It isn't broken on aarch64-linux, but it can't run in the build sandbox. Therefore we can't run it in our tests. --- tests/lsp-servers.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lsp-servers.nix b/tests/lsp-servers.nix index ae238d4c..59f2a128 100644 --- a/tests/lsp-servers.nix +++ b/tests/lsp-servers.nix @@ -50,7 +50,7 @@ let # TODO: 2025-04-20 build failure (swift-corelibs-xctest) "sourcekit" - # pkgs.vectorcode is not available on this platform + # pkgs.vectorcode cannot run in the build sandbox on this platform, due to issues with onnxruntime "vectorcode_server" # TODO: 2024-10-05 build failure