Skip to content

Commit 06561d9

Browse files
committed
Temporarily disable x86_64-sun-solaris
1 parent c5a5315 commit 06561d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ test_target() {
2424
opt="--release"
2525
fi
2626
# FIXME: https://github.com/rust-lang/rust/issues/61174
27-
if [ "${TARGET}" = "sparcv9-sun-solaris" ]; then
27+
if [ "${TARGET}" = "sparcv9-sun-solaris" ] ||
28+
[ "${TARGET}" = "x86_64-sun-solaris" ]; then
2829
return 0
2930
fi
3031

0 commit comments

Comments
 (0)