Rollup merge of #58108 - denzp:nvptx-manifest, r=alexcrichton
Add NVPTX target to a build manifest Include `nvptx64-nvidia-cuda` target to a build manifest. I forgot this step at my first take on adding the target (#57937). Hopefully, this is the only reason why `rustup target add nvptx64-nvidia-cuda` doesn't work 🙁 r? @alexcrichton
This commit is contained in:
commit
18e5c7a370
@ -78,6 +78,7 @@ static TARGETS: &'static [&'static str] = &[
|
||||
"mips64el-unknown-linux-gnuabi64",
|
||||
"mipsel-unknown-linux-gnu",
|
||||
"mipsel-unknown-linux-musl",
|
||||
"nvptx64-nvidia-cuda",
|
||||
"powerpc-unknown-linux-gnu",
|
||||
"powerpc64-unknown-linux-gnu",
|
||||
"powerpc64le-unknown-linux-gnu",
|
||||
|
Loading…
Reference in New Issue
Block a user