uv: mark as broken for 32-bit buildPlatforms
Follows the same rationale as firefox{,-beta} also being marked as broken for these platforms.
`pkgsCross.gnu32.uv` is capable of executing `uv init --build-backend=uv`, so cross-compilation seems to work
This commit is contained in:
@@ -81,5 +81,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
prince213
|
||||
];
|
||||
mainProgram = "uv";
|
||||
|
||||
# Builds on 32-bit platforms fails with "out of memory" since at least 0.8.6.
|
||||
# We don't place this in `badPlatforms` because cross-compilation on 64-bit
|
||||
# machine may work, e.g. `pkgsCross.gnu32.uv`.
|
||||
broken = stdenv.buildPlatform.is32bit;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user