Revert "tests: disable terragrunt (build failure)"
This reverts commit 9f8955a868.
This commit is contained in:
parent
fe10a072ec
commit
56f03c4313
3 changed files with 1 additions and 13 deletions
|
|
@ -17,10 +17,6 @@ in
|
|||
# https://github.com/NixOS/nixpkgs/pull/459254#issuecomment-3689578764
|
||||
phpcbf = states.broken php84Packages.php-codesniffer;
|
||||
|
||||
# 2025-12-20 build failure
|
||||
# https://github.com/NixOS/nixpkgs/issues/472704
|
||||
terragrunt_hclfmt = states.broken terragrunt;
|
||||
|
||||
# 2025-11-15 dependency swift is broken
|
||||
# https://github.com/NixOS/nixpkgs/issues/461474
|
||||
swift = states.broken swift;
|
||||
|
|
@ -159,6 +155,7 @@ in
|
|||
inherit (rubyPackages) syntax_tree;
|
||||
tclfmt = tclint;
|
||||
terraform_fmt = tenv;
|
||||
terragrunt_hclfmt = terragrunt;
|
||||
tofu_fmt = opentofu;
|
||||
v = vlang;
|
||||
xmlformatter = xmlformat;
|
||||
|
|
|
|||
|
|
@ -22,10 +22,6 @@ let
|
|||
"sourcekit-lsp"
|
||||
"swift-format"
|
||||
|
||||
# 2025-12-20 build failure
|
||||
# https://github.com/NixOS/nixpkgs/issues/472704
|
||||
"terragrunt"
|
||||
|
||||
# 2025-10-12 dependency mbedtls is marked as insecure
|
||||
"haxe"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -105,11 +105,6 @@
|
|||
"phpcbf"
|
||||
"phpcs"
|
||||
|
||||
# TODO Added 2025-12-20 build failure
|
||||
# https://github.com/NixOS/nixpkgs/issues/472704
|
||||
"terragrunt_fmt"
|
||||
"terragrunt_validate"
|
||||
|
||||
# TODO Added 2025-11-15
|
||||
# dependency swift is broken
|
||||
# https://github.com/NixOS/nixpkgs/issues/461474
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue