Fix Solaris CI (#216)

The new target is called `x86_64-pc-solaris`, but `cross` doesn't
support that yet, so just use `sparcv9-sun-solaris`.

See the following issues for more info:
  https://github.com/rust-lang/rust/issues/85098
  https://github.com/rust-lang/rust/pull/82216

Signed-off-by: Joe Richey <joerichey@google.com>
This commit is contained in:
Joseph Richey
2021-05-14 04:04:30 -05:00
committed by GitHub
parent 24716865bd
commit 922d1de82d
+1 -1
View File
@@ -166,7 +166,7 @@ jobs:
strategy:
matrix:
target: [
x86_64-sun-solaris,
sparcv9-sun-solaris,
x86_64-unknown-netbsd,
]
steps: