rust-osdev / cargo-xbuild

Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc.
Apache License 2.0
256 stars 25 forks source link

Ensure copied Cargo.lock is writable #98

Closed astro closed 3 years ago

astro commented 3 years ago

Updated from #96:

If the path pointed to by XARGO_RUST_SRC contains read-only Cargo lockfiles, then xbuild fails because the copies it makes and attempts to modify are also read-only.

astro commented 3 years ago

Thank you for your feedback. PR updated.

phil-opp commented 3 years ago

Thanks!

phil-opp commented 3 years ago

Published as v0.6.5