Skip to content

Commit 1d335fd

Browse files
committed
Disable tests using build-std temporarily
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
1 parent 0b758af commit 1d335fd

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

ci/build.sh

+13-13
Original file line numberDiff line numberDiff line change
@@ -282,17 +282,17 @@ if [ "${RUST}" = "nightly" ] && [ "${OS}" = "linux" ]; then
282282
done
283283
fi
284284

285-
RUST_APPLE_NO_CORE_TARGETS="\
286-
armv7-apple-ios \
287-
armv7s-apple-ios \
288-
i686-apple-darwin \
289-
i386-apple-ios \
290-
"
285+
# RUST_APPLE_NO_CORE_TARGETS="\
286+
# armv7-apple-ios \
287+
# armv7s-apple-ios \
288+
# i686-apple-darwin \
289+
# i386-apple-ios \
290+
# "
291291

292-
if [ "${RUST}" = "nightly" ] && [ "${OS}" = "macos" ]; then
293-
for TARGET in $RUST_APPLE_NO_CORE_TARGETS; do
294-
if echo "$TARGET" | grep -q "$FILTER"; then
295-
test_target build "$TARGET" 1
296-
fi
297-
done
298-
fi
292+
# if [ "${RUST}" = "nightly" ] && [ "${OS}" = "macos" ]; then
293+
# for TARGET in $RUST_APPLE_NO_CORE_TARGETS; do
294+
# if echo "$TARGET" | grep -q "$FILTER"; then
295+
# test_target build "$TARGET" 1
296+
# fi
297+
# done
298+
# fi

0 commit comments

Comments
 (0)