Skip to content

Commit c2fd4ba

Browse files
Merge pull request #254 from onur/remove-pc-window-gnu-targets
Remove pc-windows-gnu targets
2 parents 8491c54 + 336aec7 commit c2fd4ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/docbuilder/chroot_builder.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ use error::Result;
1515

1616

1717
/// List of targets supported by docs.rs
18-
const TARGETS: [&'static str; 8] = [
18+
const TARGETS: [&'static str; 6] = [
1919
"i686-apple-darwin",
20-
"i686-pc-windows-gnu",
2120
"i686-pc-windows-msvc",
2221
"i686-unknown-linux-gnu",
2322
"x86_64-apple-darwin",
24-
"x86_64-pc-windows-gnu",
2523
"x86_64-pc-windows-msvc",
2624
"x86_64-unknown-linux-gnu"
2725
];

0 commit comments

Comments
 (0)