Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

messense/rust-musl-cross:x86_64-musl is not x86_64-unknown-linux-musl target. #71

Closed
mokeyish opened this issue Oct 14, 2022 · 4 comments

Comments

@mokeyish
Copy link

Thanks for your work on this. A very usefull docker image to build musl target.

But recently, I find that messense/rust-musl-cross:x86_64-musl is not x86_64-unknown-linux-musl target. It shows x86_64-unknown-linux-gun in my wsl2 kali roling linux.

@messense
Copy link
Member

It shows x86_64-unknown-linux-gun in my wsl2 kali roling linux.

What do you mean by this? What show that? Can you give a list of steps to reproduce?

@mokeyish
Copy link
Author

@messense

It can reproduce by following steps:

  1. create command alias
    alias rust-musl-builder='mkdir -p .cargo/registry && mkdir -p .cargo/git  && podman run -it -v "$(pwd)/.cargo/registry":/root/.cargo/registry -v "$(pwd)/.cargo/git":/root/.cargo/git -v "$(pwd)":/home/rust/src messense/rust-musl-cross:x86_64-musl'
  2. run command rust-musl-builder
  3. list toolchains

图片

@messense
Copy link
Member

I think you misunderstood the difference between toolchain and target.

@messense messense closed this as not planned Won't fix, can't repro, duplicate, stale Oct 14, 2022
@mokeyish
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants