tests/none-ls: disable broken terragrunt_fmt on aarch64-linux

This commit is contained in:
Gaetan Lepage 2025-03-18 18:34:23 +01:00 committed by Gaétan Lepage
parent 708f8a179b
commit 3ba96f1934

View file

@ -112,6 +112,11 @@
# TODO: re-enable when the fix lands in nixpkgs-unstable # TODO: re-enable when the fix lands in nixpkgs-unstable
# https://github.com/NixOS/nixpkgs/pull/389579 # https://github.com/NixOS/nixpkgs/pull/389579
"semgrep" "semgrep"
# Added 2025-03-18
# TODO: re-enable at the next bump
"terragrunt_fmt"
"terragrunt_validate"
] ]
++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [ ++ lib.optionals (hostPlatform.isLinux && hostPlatform.isAarch64) [
# Not available on aarch64-linux # Not available on aarch64-linux