Merge pull request #152834 from r-burns/openssh-musl
openssh: disable t-exec tests on musl
This commit is contained in:
commit
1850adff36
@ -151,7 +151,8 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
# integration tests hard to get working on darwin with its shaky
|
# integration tests hard to get working on darwin with its shaky
|
||||||
# sandbox
|
# sandbox
|
||||||
checkTarget = optional (!stdenv.isDarwin) "t-exec"
|
# t-exec tests fail on musl
|
||||||
|
checkTarget = optional (!stdenv.isDarwin && !stdenv.hostPlatform.isMusl) "t-exec"
|
||||||
# other tests are less demanding of the environment
|
# other tests are less demanding of the environment
|
||||||
++ [ "unit" "file-tests" "interop-tests" ];
|
++ [ "unit" "file-tests" "interop-tests" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user