Skip to content

Commit ee77152

Browse files
committed
disable solaris
1 parent 588b583 commit ee77152

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

src/docker/provided_images.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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],

targets.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,13 +433,15 @@ dylib = true
433433
std = true
434434

435435
[[target]]
436+
disabled = true # https://github.com/cross-rs/cross/issues/1424
436437
target = "sparcv9-sun-solaris"
437438
os = "ubuntu-latest"
438439
cpp = true
439440
dylib = true
440441
std = true
441442

442443
[[target]]
444+
disabled = true # https://github.com/cross-rs/cross/issues/1424
443445
target = "x86_64-sun-solaris"
444446
os = "ubuntu-latest"
445447
cpp = true

0 commit comments

Comments
 (0)