Skip to content

Migrate away from cargo-xbuild #75

@jonlamb-gh

Description

@jonlamb-gh

As of nightly 2020–07–15, cargo has its own feature for cross compiling the sysroot (see build-std) in a .cargo/config.toml

[unstable]
build-std = ["core", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]

We no longer need to use cargo-xbuild to do this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions