-
Notifications
You must be signed in to change notification settings - Fork 90
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
ignore rust-toolchain
file in crates building in sandboxed env
#560
Comments
yaahc
changed the title
ignore
ignore Jan 27, 2021
rust-toolchain
filerust-toolchain
file in crates building in sandboxed env
Looking into this. It might actually be the cause of all those "error"s. |
bors
added a commit
that referenced
this issue
Jan 28, 2021
Bump rustwide and handle missing deps This bumps rustwide to version 0.12.0, bringing a couple improvements: * Path dependencies are no longer removed, fixing #560 * Missing dependencies are now handled instead of returning an error
Ok, opened #561 with a fix (bringing in rust-lang/rustwide#52). Turns out the error was not |
This should be fixed now! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From a comment in rust-lang/rust#75180 about a regression not being caught in
artichoke
by crater.@yaahc @Dylan-DPC I pulled the
rustops/crates-build-env
container and Artichoke builds successfully in it, but I did notice that the rustup-installedcargo
initiated an install of the toolchain specified in Artichoke'srust-toolchain
file. I'm guessing this type of network activity is what the crater sandbox prevents.Given that crater's intent is to build projects with specific versions of
rustc
, I think it makes sense to ignorerust-toolchain
files in the repository if they are present.Originally posted by @lopopolo in rust-lang/rust#75180 (comment)
The text was updated successfully, but these errors were encountered: