Merge pull request #298491 from NickCao/fprintd-shortterm
fprintd: skip PAM related checks as they are timing out
This commit is contained in:
commit
0f7fbe4c27
1 changed files with 5 additions and 0 deletions
|
@ -92,6 +92,11 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
mesonCheckFlags = [
|
||||||
|
# PAM related checks are timing out
|
||||||
|
"--no-suite" "fprintd:TestPamFprintd"
|
||||||
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs \
|
patchShebangs \
|
||||||
po/check-translations.sh \
|
po/check-translations.sh \
|
||||||
|
|
Loading…
Reference in a new issue