We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4b609a + 06561d9 commit c6306c1Copy full SHA for c6306c1
ci/build.sh
@@ -23,6 +23,11 @@ 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" ] ||
28
+ [ "${TARGET}" = "x86_64-sun-solaris" ]; then
29
+ return 0
30
+ fi
31
32
# If there is a std component, fetch it:
33
if [ "${NO_STD}" != "1" ]; then
0 commit comments