Skip to content

Commit 8c89185

Browse files
authored
uv: mark as broken for 32-bit buildPlatforms (#437659)
2 parents 8eabaed + 522edf6 commit 8c89185

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/by-name/uv/uv/package.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
8181
prince213
8282
];
8383
mainProgram = "uv";
84+
85+
# Builds on 32-bit platforms fails with "out of memory" since at least 0.8.6.
86+
# We don't place this in `badPlatforms` because cross-compilation on 64-bit
87+
# machine may work, e.g. `pkgsCross.gnu32.uv`.
88+
broken = stdenv.buildPlatform.is32bit;
8489
};
8590
})

0 commit comments

Comments
 (0)