Skip to content

Commit 0b8387e

Browse files
committed
Fix variable name
1 parent acc47b2 commit 0b8387e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,15 @@ if [ "${RUST}" = "nightly" ] && [ "${OS}" = "linux" ]; then
265265
done
266266
fi
267267

268-
RUST_OSX_NO_CORE_TARGETS="\
268+
RUST_APPLE_NO_CORE_TARGETS="\
269269
armv7-apple-ios \
270270
armv7s-apple-ios \
271271
i686-apple-darwin \
272272
i386-apple-ios \
273273
"
274274

275275
if [ "${RUST}" = "nightly" ] && [ "${OS}" = "macos" ]; then
276-
for TARGET in $RUST_OSX_NO_CORE_TARGETS; do
276+
for TARGET in $RUST_APPLE_NO_CORE_TARGETS; do
277277
if echo "$TARGET" | grep -q "$FILTER"; then
278278
test_target build "$TARGET" 1
279279
fi

0 commit comments

Comments
 (0)