chromiumDev: Unbreak the build by using LLVM 11
This commit is contained in:
parent
b8fb1e15b9
commit
9a96d71f71
@ -90,6 +90,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
|
timeout = 172800; # 48 hours
|
||||||
broken = channel == "dev"; # Requires LLVM 11
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ newScope, config, stdenv, llvmPackages_9, llvmPackages_10
|
{ newScope, config, stdenv, llvmPackages_10, llvmPackages_11
|
||||||
, makeWrapper, ed, gnugrep, coreutils
|
, makeWrapper, ed, gnugrep, coreutils
|
||||||
, glib, gtk3, gnome3, gsettings-desktop-schemas, gn, fetchgit
|
, glib, gtk3, gnome3, gsettings-desktop-schemas, gn, fetchgit
|
||||||
, libva ? null
|
, libva ? null
|
||||||
@ -45,6 +45,7 @@ let
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
} // lib.optionalAttrs (lib.versionAtLeast upstream-info.version "86") {
|
} // lib.optionalAttrs (lib.versionAtLeast upstream-info.version "86") {
|
||||||
|
llvmPackages = llvmPackages_11;
|
||||||
gnChromium = gn.overrideAttrs (oldAttrs: {
|
gnChromium = gn.overrideAttrs (oldAttrs: {
|
||||||
version = "2020-07-20";
|
version = "2020-07-20";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user