File tree Expand file tree Collapse file tree 2 files changed +4
-20
lines changed
Expand file tree Collapse file tree 2 files changed +4
-20
lines changed Original file line number Diff line number Diff line change @@ -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 ] ,
Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ runners = "qemu-user qemu-system"
154154build-std = true
155155
156156[[target ]]
157+ disabled = true # https://github.com/cross-rs/cross/issues/1422
157158target = " mips64-unknown-linux-muslabi64"
158159os = " ubuntu-latest"
159160cpp = true
@@ -163,6 +164,7 @@ run = true
163164build-std = true
164165
165166[[target ]]
167+ disabled = true # https://github.com/cross-rs/cross/issues/1422
166168target = " mips64el-unknown-linux-muslabi64"
167169os = " ubuntu-latest"
168170# FIXME: Lacking partial C++ support due to missing compiler builtins.
@@ -302,6 +304,7 @@ run = true
302304runners = " qemu-user"
303305
304306[[target ]]
307+ disabled = true # https://github.com/cross-rs/cross/issues/1422
305308target = " mips-unknown-linux-musl"
306309os = " ubuntu-latest"
307310cpp = true
@@ -311,6 +314,7 @@ run = true
311314build-std = true
312315
313316[[target ]]
317+ disabled = true # https://github.com/cross-rs/cross/issues/1422
314318target = " mipsel-unknown-linux-musl"
315319os = " ubuntu-latest"
316320cpp = true
You can’t perform that action at this time.
0 commit comments