Auto merge of #43950 - redox-os:redox_docker, r=alexcrichton

Add x86_64-unknown-redox to build manifest target list

This should fix the issue of `x86_64-unknown-redox` not being available for `rustup target add`
This commit is contained in:
bors 2017-08-20 02:25:20 +00:00
commit e822e4e62f

View File

@ -94,6 +94,7 @@ static TARGETS: &'static [&'static str] = &[
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"x86_64-unknown-netbsd",
"x86_64-unknown-redox",
];
static MINGW: &'static [&'static str] = &[