chromiumBeta: Temporarily build on Hydra

The stable channel update in #130877 is currently blocked due to
regressions but a cached build on Hydra might be useful for the meantime
(and that build would even be reusable if the PR is merged without any
changes).
This commit is contained in:
Michael Weiss 2021-07-21 00:49:58 +02:00
parent 07a363dba1
commit af9ea49430
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -88,7 +88,7 @@ mkChromiumDerivation (base: rec {
license = if enableWideVine then licenses.unfree else licenses.bsd3;
platforms = platforms.linux;
mainProgram = "chromium";
hydraPlatforms = if (channel == "stable" || channel == "ungoogled-chromium")
hydraPlatforms = if (channel == "stable" || channel == "ungoogled-chromium" || channel == "beta")
then ["aarch64-linux" "x86_64-linux"]
else [];
timeout = 172800; # 48 hours (increased from the Hydra default of 10h)