apparmor-parser: enable most tests on musl
This commit is contained in:
@@ -59,9 +59,15 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
checkTarget = "tests";
|
||||
|
||||
checkFlags = lib.optionals stdenv.hostPlatform.isMusl [
|
||||
# equality tests are broken on musl due to different priority values
|
||||
# https://gitlab.com/apparmor/apparmor/-/issues/513
|
||||
"-o equality"
|
||||
];
|
||||
|
||||
postCheck = "popd";
|
||||
|
||||
doCheck = stdenv.hostPlatform == stdenv.buildPlatform && !stdenv.hostPlatform.isMusl;
|
||||
doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
|
||||
checkInputs = [
|
||||
bashInteractive
|
||||
perl
|
||||
|
||||
Reference in New Issue
Block a user