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 423ee01 commit c6d7371Copy full SHA for c6d7371
ci/run.sh
@@ -27,14 +27,6 @@ case "$target" in
27
*wasm*) cmd="$cmd --exclude ctest --exclude ctest-test --exclude ctest-next"
28
esac
29
30
-# # FIXME(ctest): duplicate symbol errors for statics, e.g. T1_static_mut_u8, on Unix-
31
-# # like platforms.
32
-# cast "$(uname -s)" in
33
-# *windows*msvc) ;;
34
-# *apple*) ;;
35
-# *) cmd="$cmd --exclude ctest-test" ;;
36
-# esca
37
-
38
if [ "$target" = "s390x-unknown-linux-gnu" ]; then
39
# FIXME: s390x-unknown-linux-gnu often fails to test due to timeout,
40
# so we retry this N times.
0 commit comments