Skip to content

Commit c6d7371

Browse files
committed
ci: Remove unused comments
1 parent 423ee01 commit c6d7371

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ci/run.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ case "$target" in
2727
*wasm*) cmd="$cmd --exclude ctest --exclude ctest-test --exclude ctest-next"
2828
esac
2929

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-
3830
if [ "$target" = "s390x-unknown-linux-gnu" ]; then
3931
# FIXME: s390x-unknown-linux-gnu often fails to test due to timeout,
4032
# so we retry this N times.

0 commit comments

Comments
 (0)