swift: mark as broken
No successful build on Hydra since 2020-12-23.
This commit is contained in:
parent
26cde7b2d3
commit
3780fbeda2
|
@ -331,7 +331,7 @@ stdenv.mkDerivation {
|
||||||
# Swift doesn't support 32bit Linux, unknown on other platforms.
|
# Swift doesn't support 32bit Linux, unknown on other platforms.
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
badPlatforms = platforms.i686;
|
badPlatforms = platforms.i686;
|
||||||
broken = stdenv.isAarch64; # 2018-09-04, never built on Hydra
|
broken = true; # 2021-01-29
|
||||||
knownVulnerabilities = [
|
knownVulnerabilities = [
|
||||||
"CVE-2020-9861"
|
"CVE-2020-9861"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue