File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -282,17 +282,17 @@ if [ "${RUST}" = "nightly" ] && [ "${OS}" = "linux" ]; then
282
282
done
283
283
fi
284
284
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
+ # "
291
291
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
You can’t perform that action at this time.
0 commit comments