-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add fetch smoke test. #9921
Add fetch smoke test. #9921
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
@bors: r+ |
📌 Commit 90b2ef0 has been approved by |
⌛ Testing commit 90b2ef0 with merge b617e7742b6b8be1c9f84591e80c8521d293f8a5... |
💔 Test failed - checks-actions |
Well the good news is that this works. The bad news is it can't land. I could yank the most recent version of |
@bors: retry |
☀️ Test successful - checks-actions |
Update cargo 7 commits in 9a28ac83c9eb73e42ffafac552c0a55f00dbf40c..0121d66aa2ef5ffa9735f86c2b56f5fdc5a837a6 2021-09-18 15:42:28 -0500 to 2021-09-22 16:08:27 +0000 - Implement example completion for zsh (rust-lang/cargo#9939) - Bump curl-sys dependency (rust-lang/cargo#9937) - Add fetch smoke test. (rust-lang/cargo#9921) - Differentiate tests in progress bar. (rust-lang/cargo#9934) - Remove TOML incompatibility hacks (rust-lang/cargo#9932) - Change diesel compatibility messages (rust-lang/cargo#9927) - Remove broken link in contrib docs. (rust-lang/cargo#9928)
This adds a test with a statically built curl to check if running
cargo fetch
works. This adds a few minutes to CI time, but I think it is worthwhile to try to catch some regressions.Note that macOS uses system curl to match the rust-lang/rust build mode.