mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
tests/all-package-defaults: disable ponyc on aarch64-linux
This commit is contained in:
committed by
Gaétan Lepage
parent
9cdd979953
commit
ce22ef31fd
@@ -57,6 +57,9 @@ let
|
||||
"fstar"
|
||||
]
|
||||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||
# 2026-08-09: build failure
|
||||
"ponyc"
|
||||
|
||||
# 2026-06-15: semgrep fails its installCheckPhase
|
||||
"semgrep"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user