mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
knot-resolver: enable checks on aarch64
The cqueues fix is in nixpkgs already, so it works now.
This commit is contained in:
parent
1ee3c7b405
commit
e980e7a3ab
@ -60,8 +60,7 @@ unwrapped = stdenv.mkDerivation rec {
|
|||||||
rm "$out"/lib/libkres.a
|
rm "$out"/lib/libkres.a
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# aarch64: see https://github.com/wahern/cqueues/issues/223
|
doInstallCheck = with stdenv; hostPlatform == buildPlatform;
|
||||||
doInstallCheck = with stdenv; hostPlatform == buildPlatform && !hostPlatform.isAarch64;
|
|
||||||
installCheckInputs = [ cmocka which cacert ];
|
installCheckInputs = [ cmocka which cacert ];
|
||||||
installCheckPhase = ''
|
installCheckPhase = ''
|
||||||
meson test --print-errorlogs
|
meson test --print-errorlogs
|
||||||
|
Loading…
Reference in New Issue
Block a user