mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 16:17:24 +00:00
Revert "firefox: set build timeout at eight hours"
The default timeout is 10h on Hydra currently, so this timeout
setting is pointless or counterproductive.
This commit seems to have been made in error
https://github.com/NixOS/nixpkgs/pull/96767#issuecomment-724104413
This reverts commit c57fedb14b
.
This commit is contained in:
parent
e66ba6bd46
commit
739b762e56
@ -26,7 +26,6 @@ rec {
|
||||
broken = stdenv.buildPlatform.is32bit; # since Firefox 60, build on 32-bit platforms fails with "out of memory".
|
||||
# not in `badPlatforms` because cross-compilation on 64-bit machine might work.
|
||||
license = lib.licenses.mpl20;
|
||||
timeout = 28800; # eight hours
|
||||
};
|
||||
updateScript = callPackage ./update.nix {
|
||||
attrPath = "firefox-unwrapped";
|
||||
|
Loading…
Reference in New Issue
Block a user