-
Notifications
You must be signed in to change notification settings - Fork 93
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
xargo build error #296
Comments
Looks like something is wrong with your But note that xargo is basically unmaintained. Maybe try using the build-std support that is native in cargo these days? https://github.com/rust-lang/wg-cargo-std-aware |
@RalfJung Is there a way to build std ahead of other dep? Multi-stage builds seems to be a Xargo feature? |
Sorry, I don't understand the question. If |
I am trying out nightly xargo for further customizing target
riscv64gc-unknown-linux-musl
for cross building inspired by this issuebut I failed at the very beginning :)
I want a statically linked executable so targetting
x86_64-unknown-linux-musl
with
then got
my rustup show
Things work fine without
nightly
but with gettingWARNING: the sysroot can't be built for the Stable channel. Switch to nightly.
in customizing sysroot and targetThe text was updated successfully, but these errors were encountered: