Henry Schreiner
Henry Schreiner
I think this is fixed for the next release?
It looks like Rust doesn't support 32-bit musl with host tools (only without), and 64-bit musl is based on 1.2: https://doc.rust-lang.org/rustc/platform-support.html
I'm working on the first part here: https://github.com/astral-sh/uv/pull/3523 It also needs the other archs. I notice muslllinux is completely missing from the readme, is that intentional?
I'm not sure Rust has enough support for the special musl archs, see https://github.com/astral-sh/uv/pull/3537. Would it be acceptable to add it for everything but those? I expect they are very...
uv muslllinux 1.1 wheels shipped. Only musllinux powerpc64le and s390x are missing now. Those are likely going to be tricky, though powerpcle64 might be the easier of the two.
musl ppc64le was doable.
Looks like we are stuck in a libtool release: https://lists.gnu.org/archive/html/autotools-announce/2024-05/msg00000.html I think it needs to show up here: https://mirrors.kernel.org/gnu/libtool/
I don't think this has been solved?
> The hosted version of repo-review is really cool! The CLI version isn't? :stuck_out_tongue: ### Config The config for this should be pretty simple, I think: you could take the...
Aside, ```bash pipx run sp-repo-review[cli,validate-pyproject] --format html gh:astropy/astropy@main ``` produces output you can paste into GitHub: Details: General Detected build backend: setuptools.build_meta Detected license(s): BSD License ?NameDescription ✅ PY001 Has...