File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -243,16 +243,6 @@ pub static PROVIDED_IMAGES: &[ProvidedImage] = &[
243243 platforms : & [ ImagePlatform :: X86_64_UNKNOWN_LINUX_GNU ] ,
244244 sub : None
245245 } ,
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- } ,
256246 ProvidedImage {
257247 name : "x86_64-unknown-illumos" ,
258248 platforms : & [ ImagePlatform :: X86_64_UNKNOWN_LINUX_GNU ] ,
Original file line number Diff line number Diff line change @@ -433,13 +433,15 @@ dylib = true
433433std = true
434434
435435[[target ]]
436+ disabled = true # https://github.com/cross-rs/cross/issues/1424
436437target = " sparcv9-sun-solaris"
437438os = " ubuntu-latest"
438439cpp = true
439440dylib = true
440441std = true
441442
442443[[target ]]
444+ disabled = true # https://github.com/cross-rs/cross/issues/1424
443445target = " x86_64-sun-solaris"
444446os = " ubuntu-latest"
445447cpp = true
You can’t perform that action at this time.
0 commit comments