mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-31 08:05:23 +02:00
tests/plugins/efmls: disable ZLint tool on aarch64-darwin (zig-zlint failing to build)
This commit is contained in:
parent
8a7d5f548b
commit
2dbe5199ed
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@
|
||||||
"ansible_lint"
|
"ansible_lint"
|
||||||
]
|
]
|
||||||
++ lib.optionals (hostPlatform.isDarwin && hostPlatform.isAarch64) [
|
++ lib.optionals (hostPlatform.isDarwin && hostPlatform.isAarch64) [
|
||||||
|
# As of 2025-07-25, zig-zlint is failing on aarch64-darwin
|
||||||
|
"ZLint"
|
||||||
|
|
||||||
# As of 2025-03-18, several python311Packages.* dependencies of bashate fail on aarch64-darwin
|
# As of 2025-03-18, several python311Packages.* dependencies of bashate fail on aarch64-darwin
|
||||||
# TODO: re-enable this test when fixed
|
# TODO: re-enable this test when fixed
|
||||||
"bashate"
|
"bashate"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue