Closed
Description
surfman's CI has the following using the nightly rustc compiler:
cd surfman
rustup component add rust-src --target=aarch64-uwp-windows-msvc
cargo build -Z build-std --verbose --target=aarch64-uwp-windows-msvc
This regressed on 7/29, according to https://travis-ci.com/github/servo/surfman/builds/177861097. It used to complete without issue, and now it gives this output:
error: failed to read `/home/travis/.rustup/toolchains/nightly-2020-07-29-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src/libstd/Cargo.toml`
Caused by:
No such file or directory (os error 2)
The command "cargo build -Z build-std --verbose --target=aarch64-uwp-windows-msvc" exited with 101.
Metadata
Metadata
Assignees
Labels
No labels