We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd751d9 commit b0359adCopy full SHA for b0359ad
ci-test.sh
@@ -55,7 +55,6 @@ std)
55
56
# A 64bit little-endian and a 32bit big-endian target,
57
# as well as targets covering all major OSes and both ABIs on Windows.
58
- # i686-pc-windows-msvc is special as it does not have `cfg(target_thread_local)`.
59
for TARGET in x86_64-unknown-linux-gnu mips-unknown-linux-gnu aarch64-apple-darwin i686-pc-windows-msvc x86_64-pc-windows-gnu; do
60
echo "::group::Testing std ($TARGET)"
61
MIRIFLAGS="$DEFAULTFLAGS -Zmiri-disable-isolation" \
0 commit comments