Closed messense closed 2 years ago
FYI.
$ curl -I https://get.nexte.st/latest/linux-musl
HTTP/2 302
age: 0
cache-control: public, max-age=0, must-revalidate
content-type: text/plain; charset=utf-8
date: Mon, 25 Jul 2022 09:12:12 GMT
location: https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.29/cargo-nextest-0.9.29-x86_64-unknown-linux-musl.tar.gz
server: Netlify
strict-transport-security: max-age=31536000
x-nf-request-id: 01G8TA1NPBJFYJRKR302MP5K3T
content-length: 145
Just
mkdir /github/home/.cargo/bin
and then it should work.
Fixed in 1.6.0 (when CARGO_HOME is set correctly). Thanks for the report!
info: downloading https://get.nexte.st/latest/linux-musl
Also, in 1.7.0, it now works (on unix-like platforms) even if CARGO_HOME is not correctly set.
Rust/Cargo is installed using
apk
:apk add cargo
,cargo-nextest
x86_64 Linux musl pre-built binary added in https://github.com/nextest-rs/nextest/pull/399.https://github.com/PyO3/maturin/runs/7496518643?check_suite_focus=true
After setting
CARGO_HOME
to/usr/local
: https://github.com/PyO3/maturin/runs/7496660018?check_suite_focus=truetry set
CARGO_HOME
to/usr
: https://github.com/PyO3/maturin/runs/7496734873?check_suite_focus=true