tests/all-package-defaults: disable ponyc on aarch64-linux

This commit is contained in:
Gaetan Lepage
2026-08-10 15:46:33 +00:00
committed by Gaétan Lepage
parent 9cdd979953
commit ce22ef31fd
+3
View File
@@ -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"