Tom

Results 4 comments of Tom

Same results on an IBM Power9 server, both the downloaded artifact from the release page and the pip-installed binary fail in jemalloc. Have not yet tried to build from the...

Looks like this was fixed for ppc64le in Ruff using the same build flags that are being passed to maturin for aarch64. Could the same fix be applied to uv?...

The current method of packaging platform-specific versions of the Ruff binary prevents this from being easily fixed. If I simply add ppc64 to the build matrix, then the `vsce` process...

It's the packaging step that fails. The `vsce` tool does a target check against a hard-coded list of known architectures, and linux-ppc64/linux-ppc64le are not considered valid. ``` ❯ npx vsce...