Skip to content
Snippets Groups Projects
Commit 673defe1 authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Re-enable *-sun-solaris tests

parent e2905a88
No related branches found
No related tags found
No related merge requests found
...@@ -24,12 +24,6 @@ test_target() { ...@@ -24,12 +24,6 @@ test_target() {
TARGET="${2}" TARGET="${2}"
NO_STD="${3}" NO_STD="${3}"
# FIXME: https://github.com/rust-lang/rust/issues/61174
if [ "${TARGET}" = "sparcv9-sun-solaris" ] ||
[ "${TARGET}" = "x86_64-sun-solaris" ]; then
return 0
fi
# If there is a std component, fetch it: # If there is a std component, fetch it:
if [ "${NO_STD}" != "1" ]; then if [ "${NO_STD}" != "1" ]; then
# FIXME: rustup often fails to download some artifacts due to network # FIXME: rustup often fails to download some artifacts due to network
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment