tests/all-package-defaults: disable semgrep on aarch64

This commit is contained in:
Matt Sturgeon 2026-06-15 18:40:42 +01:00 committed by Austin Horstman
parent 55ae671d68
commit 8152a24e66

View file

@ -38,6 +38,9 @@ let
"skim"
]
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
# 2026-06-15: semgrep fails its installCheckPhase
"semgrep"
# "tabnine"
"cmp-tabnine"