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