mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-09 03:56:05 +01:00
tests/all-package-defaults: disable verible on aarch64-darwin (build failure)
https://github.com/NixOS/nixpkgs/pull/441058
This commit is contained in:
parent
6394d43f25
commit
3fe2a1f253
1 changed files with 4 additions and 0 deletions
|
|
@ -56,6 +56,10 @@ let
|
||||||
++ lib.optionals (hostPlatform.isDarwin && hostPlatform.isAarch64) [
|
++ lib.optionals (hostPlatform.isDarwin && hostPlatform.isAarch64) [
|
||||||
# As of 2025-07-25, zig-zlint is failing on aarch64-darwin
|
# As of 2025-07-25, zig-zlint is failing on aarch64-darwin
|
||||||
"zig-zlint"
|
"zig-zlint"
|
||||||
|
|
||||||
|
# 2025-09-08, build failure
|
||||||
|
# https://github.com/NixOS/nixpkgs/pull/441058
|
||||||
|
"verible"
|
||||||
];
|
];
|
||||||
|
|
||||||
isEnabled = p: !(builtins.elem (lib.getName p) disabledTests);
|
isEnabled = p: !(builtins.elem (lib.getName p) disabledTests);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue