]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Auto merge of #67732 - pietroalbini:fewer-apples, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 7 Jan 2020 14:53:27 +0000 (14:53 +0000)
committerbors <bors@rust-lang.org>
Tue, 7 Jan 2020 14:53:27 +0000 (14:53 +0000)
commit56446fef49d73212f63ea7aa0680d5d602f19b9a
treee53169212bbbb30e51bb31216aa9ae1159c4236a
parent637793a1999f46d10c9567f302ca211385702224
parent67cc06806ddd9e4af485be4e45957c1a148fd405
Auto merge of #67732 - pietroalbini:fewer-apples, r=alexcrichton

ci: remove 32-bit Apple targets

This PR drops the `i686-apple` and `dist-i686-apple` CI builders, as well as removing the `armv7-apple-ios`, `armv7s-apple-ios`  and `i386-apple-ios` targets from the `x86_64-apple` CI builder.

The change was approved in [RFC 2837](https://github.com/rust-lang/rfcs/pull/2837), and it should land in Rust 1.42 stable (so this cycle).

r? @alexcrichton