Closed shepmaster closed 8 years ago
For example:
docker run -it --rm -v my-code:/code --workdir /code liuchong/rustup:musl \ rustup run nightly cargo build --target=x86_64-unknown-linux-musl --release
As a workaround, I am doing
rustup default nightly rustup target add x86_64-unknown-linux-musl cargo build --target=x86_64-unknown-linux-musl --release
It should be ok now, please try, thanks for the reporting :new_moon_with_face:
Thank you!
For example:
As a workaround, I am doing