Skip to content

Commit

Permalink
Fix Solaris CI (#216)
Browse files Browse the repository at this point in the history
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:
  rust-lang/rust#85098
  rust-lang/rust#82216

Signed-off-by: Joe Richey <joerichey@google.com>
  • Loading branch information
josephlr committed May 14, 2021
1 parent 2471686 commit 922d1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -166,7 +166,7 @@ jobs:
strategy:
matrix:
target: [
x86_64-sun-solaris,
sparcv9-sun-solaris,
x86_64-unknown-netbsd,
]
steps:
Expand Down

0 comments on commit 922d1de

Please sign in to comment.