From 40bfd0f6dc9aee8110521a87ed75eb601d9cde8f Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 12 Dec 2025 10:08:00 +0100 Subject: [PATCH] Revert "tests/all-package-defaults: disable verible on aarch64-linux" This reverts commit abd3e966f3c45b9128c306ba9e6310cf8461d566. --- tests/all-package-defaults.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/all-package-defaults.nix b/tests/all-package-defaults.nix index b63725cf..a12fe880 100644 --- a/tests/all-package-defaults.nix +++ b/tests/all-package-defaults.nix @@ -22,10 +22,6 @@ let "haxe" ] ++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [ - # 2025-12-10: dependency bazel fails with: - # error: Please expand list of system with defaultLib for 'aarch64-linux' - "verible" - # "tabnine" "cmp-tabnine"