@@ -78,16 +78,6 @@ pub static PROVIDED_IMAGES: &[ProvidedImage] = &[
7878 platforms : & [ ImagePlatform :: X86_64_UNKNOWN_LINUX_GNU ] ,
7979 sub : None
8080 } ,
81- ProvidedImage {
82- name : "mips64-unknown-linux-muslabi64" ,
83- platforms : & [ ImagePlatform :: X86_64_UNKNOWN_LINUX_GNU ] ,
84- sub : None
85- } ,
86- ProvidedImage {
87- name : "mips64el-unknown-linux-muslabi64" ,
88- platforms : & [ ImagePlatform :: X86_64_UNKNOWN_LINUX_GNU ] ,
89- sub : None
90- } ,
9181 ProvidedImage {
9282 name : "powerpc-unknown-linux-gnu" ,
9383 platforms : & [ ImagePlatform :: X86_64_UNKNOWN_LINUX_GNU ] ,
@@ -163,16 +153,6 @@ pub static PROVIDED_IMAGES: &[ProvidedImage] = &[
163153 platforms : & [ ImagePlatform :: X86_64_UNKNOWN_LINUX_GNU ] ,
164154 sub : None
165155 } ,
166- ProvidedImage {
167- name : "mips-unknown-linux-musl" ,
168- platforms : & [ ImagePlatform :: X86_64_UNKNOWN_LINUX_GNU ] ,
169- sub : None
170- } ,
171- ProvidedImage {
172- name : "mipsel-unknown-linux-musl" ,
173- platforms : & [ ImagePlatform :: X86_64_UNKNOWN_LINUX_GNU ] ,
174- sub : None
175- } ,
176156 ProvidedImage {
177157 name : "aarch64-linux-android" ,
178158 platforms : & [ ImagePlatform :: X86_64_UNKNOWN_LINUX_GNU ] ,
@@ -243,16 +223,6 @@ pub static PROVIDED_IMAGES: &[ProvidedImage] = &[
243223 platforms : & [ ImagePlatform :: X86_64_UNKNOWN_LINUX_GNU ] ,
244224 sub : None
245225 } ,
246- ProvidedImage {
247- name : "sparcv9-sun-solaris" ,
248- platforms : & [ ImagePlatform :: X86_64_UNKNOWN_LINUX_GNU ] ,
249- sub : None
250- } ,
251- ProvidedImage {
252- name : "x86_64-sun-solaris" ,
253- platforms : & [ ImagePlatform :: X86_64_UNKNOWN_LINUX_GNU ] ,
254- sub : None
255- } ,
256226 ProvidedImage {
257227 name : "x86_64-unknown-illumos" ,
258228 platforms : & [ ImagePlatform :: X86_64_UNKNOWN_LINUX_GNU ] ,
0 commit comments