tests/all-package-defaults: disable semgrep on aarch64
This commit is contained in:
parent
55ae671d68
commit
8152a24e66
1 changed files with 3 additions and 0 deletions
|
|
@ -38,6 +38,9 @@ let
|
|||
"skim"
|
||||
]
|
||||
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
|
||||
# 2026-06-15: semgrep fails its installCheckPhase
|
||||
"semgrep"
|
||||
|
||||
# "tabnine"
|
||||
"cmp-tabnine"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue