mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
stalwart_0_16: increase maxSilent timeout to 4 hours
The aarch64-linux build fails on hydra currently due to no logs being printed for a long time: https://hydra.nixos.org/build/337495812 Signed-off-by: David Wronek <david.wronek@mainlining.org>
This commit is contained in:
@@ -298,7 +298,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
redistributable = false;
|
||||
}
|
||||
];
|
||||
|
||||
maxSilent = 14400; # 4 hours
|
||||
mainProgram = "stalwart";
|
||||
maintainers = with lib.maintainers; [
|
||||
happysalada
|
||||
|
||||
Reference in New Issue
Block a user