chromiumDev: Unmark the build as broken

The build succeeds again as dirmd is no longer required for building.
This commit is contained in:
Michael Weiss 2020-11-21 00:11:54 +01:00
parent a7cad45d93
commit 97677fa34f
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
2 changed files with 6 additions and 7 deletions

View File

@ -82,6 +82,5 @@ mkChromiumDerivation (base: rec {
platforms = platforms.linux; platforms = platforms.linux;
hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else []; hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else [];
timeout = 172800; # 48 hours (increased from the Hydra default of 10h) timeout = 172800; # 48 hours (increased from the Hydra default of 10h)
broken = channel == "dev"; # Blocked on https://bugs.chromium.org/p/chromium/issues/detail?id=1141896
}; };
}) })

View File

@ -26,15 +26,15 @@
} }
}, },
"dev": { "dev": {
"version": "88.0.4315.5", "version": "88.0.4324.11",
"sha256": "0k6man2xq8vmnk73dqv3fcc9929agqq8j6s6nvc9z653q4jdphkw", "sha256": "123gqbxrn508wxdj3is0kzccml5zwnf8pfl90xdizvzcm3wy5315",
"sha256bin64": "0m139w8lwaawridk8in24ss1g1i6ah5298xky226k3vhk5i4mn3j", "sha256bin64": "11bswhxpnw7qi6lagfpgxh4yh56w7l0bc3rqwf975cbq2cnzpjby",
"deps": { "deps": {
"gn": { "gn": {
"version": "2020-10-21", "version": "2020-11-05",
"url": "https://gn.googlesource.com/gn", "url": "https://gn.googlesource.com/gn",
"rev": "f5f465b52e5df6d4de9fbe67cc79f1914ba4dbfc", "rev": "53d92014bf94c3893886470a1c7c1289f8818db0",
"sha256": "1xb31vsvg27ivvcdyiq93h8wj4d90qdrpagfh1dvm6xszkajsca1" "sha256": "1xcm07qjk6m2czi150fiqqxql067i832adck6zxrishm70c9jbr9"
} }
} }
} }