Skip to content

Commit 673defe

Browse files
committed
Re-enable *-sun-solaris tests
1 parent e2905a8 commit 673defe

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ci/build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ test_target() {
2424
TARGET="${2}"
2525
NO_STD="${3}"
2626

27-
# FIXME: https://github.com/rust-lang/rust/issues/61174
28-
if [ "${TARGET}" = "sparcv9-sun-solaris" ] ||
29-
[ "${TARGET}" = "x86_64-sun-solaris" ]; then
30-
return 0
31-
fi
32-
3327
# If there is a std component, fetch it:
3428
if [ "${NO_STD}" != "1" ]; then
3529
# FIXME: rustup often fails to download some artifacts due to network

0 commit comments

Comments
 (0)