forked from mirrors/nixpkgs
Merge pull request #130880 from primeos/chromiumBeta
chromiumBeta: Temporarily build on Hydra
This commit is contained in:
commit
adbf99843c
|
@ -88,7 +88,7 @@ mkChromiumDerivation (base: rec {
|
||||||
license = if enableWideVine then licenses.unfree else licenses.bsd3;
|
license = if enableWideVine then licenses.unfree else licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
mainProgram = "chromium";
|
mainProgram = "chromium";
|
||||||
hydraPlatforms = if (channel == "stable" || channel == "ungoogled-chromium")
|
hydraPlatforms = if (channel == "stable" || channel == "ungoogled-chromium" || channel == "beta")
|
||||||
then ["aarch64-linux" "x86_64-linux"]
|
then ["aarch64-linux" "x86_64-linux"]
|
||||||
else [];
|
else [];
|
||||||
timeout = 172800; # 48 hours (increased from the Hydra default of 10h)
|
timeout = 172800; # 48 hours (increased from the Hydra default of 10h)
|
||||||
|
|
Loading…
Reference in a new issue