Skip to content

Commit 15a5371

Browse files
pietroalbiniJoshua Nelson
authored and
Joshua Nelson
committed
drop support for building 32bit apple docs
Rust's RFC 2837 demoted the i686-apple-darwin target to Tier 3, so that target will not be downloadable anymore through rustup starting from Rust 1.42.0. The change will also land on nightly soon, and that will prevent docs.rs from updating the rustwide toolchain. This removes i686-apple-darwin from the list of targets we build.
1 parent 9bfa9ea commit 15a5371

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/docbuilder/rustwide_builder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ static USER_AGENT: &str = "docs.rs builder (https://github.com/rust-lang/docs.rs
2020
static DEFAULT_RUSTWIDE_WORKSPACE: &str = ".rustwide";
2121

2222
static TARGETS: &[&str] = &[
23-
"i686-apple-darwin",
2423
"i686-pc-windows-msvc",
2524
"i686-unknown-linux-gnu",
2625
"x86_64-apple-darwin",

0 commit comments

Comments
 (0)