Skip to content
Snippets Groups Projects
Commit 06561d98 authored by gnzlbg's avatar gnzlbg
Browse files

Temporarily disable x86_64-sun-solaris

parent c5a53155
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,8 @@ test_target() { ...@@ -24,7 +24,8 @@ test_target() {
opt="--release" opt="--release"
fi fi
# FIXME: https://github.com/rust-lang/rust/issues/61174 # FIXME: https://github.com/rust-lang/rust/issues/61174
if [ "${TARGET}" = "sparcv9-sun-solaris" ]; then if [ "${TARGET}" = "sparcv9-sun-solaris" ] ||
[ "${TARGET}" = "x86_64-sun-solaris" ]; then
return 0 return 0
fi fi
......
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