Skip to content

Commit 922d1de

Browse files
authored
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: rust-lang/rust#85098 rust-lang/rust#82216 Signed-off-by: Joe Richey <[email protected]>
1 parent 2471686 commit 922d1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
strategy:
167167
matrix:
168168
target: [
169-
x86_64-sun-solaris,
169+
sparcv9-sun-solaris,
170170
x86_64-unknown-netbsd,
171171
]
172172
steps:

0 commit comments

Comments
 (0)