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 acc47b2 commit 0b8387eCopy full SHA for 0b8387e
ci/build.sh
@@ -265,15 +265,15 @@ if [ "${RUST}" = "nightly" ] && [ "${OS}" = "linux" ]; then
265
done
266
fi
267
268
-RUST_OSX_NO_CORE_TARGETS="\
+RUST_APPLE_NO_CORE_TARGETS="\
269
armv7-apple-ios \
270
armv7s-apple-ios \
271
i686-apple-darwin \
272
i386-apple-ios \
273
"
274
275
if [ "${RUST}" = "nightly" ] && [ "${OS}" = "macos" ]; then
276
- for TARGET in $RUST_OSX_NO_CORE_TARGETS; do
+ for TARGET in $RUST_APPLE_NO_CORE_TARGETS; do
277
if echo "$TARGET" | grep -q "$FILTER"; then
278
test_target build "$TARGET" 1
279
0 commit comments