We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b609a commit c5a5315Copy full SHA for c5a5315
ci/build.sh
@@ -23,6 +23,10 @@ test_target() {
23
# See https://github.com/rust-lang/rust/issues/45417
24
opt="--release"
25
fi
26
+ # FIXME: https://github.com/rust-lang/rust/issues/61174
27
+ if [ "${TARGET}" = "sparcv9-sun-solaris" ]; then
28
+ return 0
29
+ fi
30
31
# If there is a std component, fetch it:
32
if [ "${NO_STD}" != "1" ]; then
0 commit comments