doctest-driver-gen: disable test suite to fix the build
This commit is contained in:
parent
a2e674988c
commit
83d011cc89
@ -4825,7 +4825,6 @@ broken-packages:
|
|||||||
- docrecords
|
- docrecords
|
||||||
- DocTest
|
- DocTest
|
||||||
- doctest-discover-configurator
|
- doctest-discover-configurator
|
||||||
- doctest-driver-gen
|
|
||||||
- doctest-prop
|
- doctest-prop
|
||||||
- docusign-base
|
- docusign-base
|
||||||
- docusign-base-minimal
|
- docusign-base-minimal
|
||||||
|
@ -812,4 +812,8 @@ self: super: builtins.intersectAttrs super {
|
|||||||
# hadolint enables static linking by default in the cabal file, so we have to explicitly disable it.
|
# hadolint enables static linking by default in the cabal file, so we have to explicitly disable it.
|
||||||
# https://github.com/hadolint/hadolint/commit/e1305042c62d52c2af4d77cdce5d62f6a0a3ce7b
|
# https://github.com/hadolint/hadolint/commit/e1305042c62d52c2af4d77cdce5d62f6a0a3ce7b
|
||||||
hadolint = disableCabalFlag super.hadolint "static";
|
hadolint = disableCabalFlag super.hadolint "static";
|
||||||
|
|
||||||
|
# Test suite tries to execute the build product "doctest-driver-gen", but it's not in $PATH.
|
||||||
|
doctest-driver-gen = dontCheck super.doctest-driver-gen;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user