llvmPackages_13.compiler-rt: Mark as broken on Aarch64
To avoid unnecessary builds but this needs to be fixed ASAP. Chromium already depends on it and a lot of additional packages, including Mesa, will depend on it after the stable release. (cherry picked from commit 5661f7dbeeee708a401d2524ddb40374dda4c6a7)
This commit is contained in:
parent
ac663e69a3
commit
478fecce96
@ -110,5 +110,7 @@ stdenv.mkDerivation {
|
|||||||
# "All of the code in the compiler-rt project is dual licensed under the MIT
|
# "All of the code in the compiler-rt project is dual licensed under the MIT
|
||||||
# license and the UIUC License (a BSD-like license)":
|
# license and the UIUC License (a BSD-like license)":
|
||||||
license = with lib.licenses; [ mit ncsa ];
|
license = with lib.licenses; [ mit ncsa ];
|
||||||
|
# TODO/FIXME: Build fails on Hydra:
|
||||||
|
broken = stdenv.isAarch64;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user