-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Disable Azure Pipelines except for macOS #74620
Conversation
af42bcc
to
ffd1122
Compare
Let's see if this breaks try builds. @bors try |
⌛ Trying commit ffd1122 with merge ae68f12250c10b8ea2a4827fd686b854254dbb72... |
☀️ Try build successful - checks-actions, checks-azure |
@bors r+ Thanks! Excited for us to have faster queue times. |
📌 Commit ffd1122 has been approved by |
@bors p=10 Let's get this merged soon! |
⌛ Testing commit ffd1122 with merge 4f0ca40400cc4d4bd16bea029ac35198a0117c9c... |
💔 Test failed - checks-actions |
@bors treeclosed=1000
(the message is not shown in CI, made a request manually with highfive's token) |
@bors retry |
@bors treeclosed- |
☀️ Test successful - checks-actions, checks-azure |
…ulacrum [beta] backports * Forbid non-derefable types explicitly in unsizing casts rust-lang#75136 * forbid `#[track_caller]` on main rust-lang#75130 * Fix #[track_caller] shims for trait objects. rust-lang#74784 * rustc_target: Add a target spec option for disabling `--eh-frame-hdr` rust-lang#74631 * Disable Azure Pipelines except for macOS rust-lang#74620 * Upload builds from GHA instead of Azure Pipelines rust-lang#74565 * Add the aarch64-apple-darwin target rust-lang#74541 * Use `ReEmpty(U0)` as the implicit region bound in typeck rust-lang#74509 * rustbuild: drop tool::should_install rust-lang#74457 * lint: use `transparent_newtype_field` to avoid ICE rust-lang#74340 * Don't panic if the lhs of a div by zero is not statically known rust-lang#74221 * improper_ctypes_definitions: allow `Box` rust-lang#74448 * typeck: check for infer before type impls trait rust-lang#73965
Following up on #74565, this PR disables most of Azure Pipelines except for macOS auto builds, practically switching us to GitHub Actions 🎉
r? @Mark-Simulacrum