haskellPackages.hadolint: add comment explaining override
This commit is contained in:
parent
d9443bf7cd
commit
36b42af29a
@ -809,5 +809,7 @@ self: super: builtins.intersectAttrs super {
|
|||||||
# tests depend on a specific version of solc
|
# tests depend on a specific version of solc
|
||||||
hevm = dontCheck (doJailbreak super.hevm);
|
hevm = dontCheck (doJailbreak super.hevm);
|
||||||
|
|
||||||
|
# hadolint enables static linking by default in the cabal file, so we have to explicitly disable it.
|
||||||
|
# https://github.com/hadolint/hadolint/commit/e1305042c62d52c2af4d77cdce5d62f6a0a3ce7b
|
||||||
hadolint = disableCabalFlag super.hadolint "static";
|
hadolint = disableCabalFlag super.hadolint "static";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user