-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
azure: Fix some minor issues which have broken our configuration #61546
Conversation
alexcrichton
commented
Jun 5, 2019
- Ensure that when we enable IPv6 for Docker on Linux that the various directories before writing a config file
- Delete a previously installed rustup if any since it seems to interfere with Cargo's test suite.
Looks like the Azure image changed recently so let's account for that!
(rust_highfive has picked a reviewer for you, use r? to override) |
Looks like Azure has updated images recently to install Rust by default, but that can interfere with our own compiler (for example Cargo's test suite we think) so be sure to uninstall it before proceeding.
@bors: r=pietroalbini rollup |
📌 Commit fb3bd58 has been approved by |
azure: Fix some minor issues which have broken our configuration * Ensure that when we enable IPv6 for Docker on Linux that the various directories before writing a config file * Delete a previously installed rustup if any since it seems to interfere with Cargo's test suite.
Rollup of 5 pull requests Successful merges: - #61503 (Fix cfg(test) build for x86_64-fortanix-unknown-sgx) - #61534 (Edit docs of ExitStatus) - #61536 (Don't allow using const fn arguments as "args_required_const") - #61538 (Don't use GNU noexec stack note) - #61546 (azure: Fix some minor issues which have broken our configuration ) Failed merges: r? @ghost
@bors: r=pietroalbini rollup |
📌 Commit fb3bd58 has been approved by |
@alexcrichton wait, you reapproved this after it was included in a rollup currently testing. |
Ah that was my bad, I pushed a commit here by accident and then removed the commit, but that messes up bors. In any case looks like it got figured out. |