Skip to content

Commit 2f305c0

Browse files
authored
Update run.sh
1 parent 9d89d57 commit 2f305c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/run.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ if [ "${USING_CONTAINER_RUSTC:-}" = 1 ]; then
2020
fi
2121

2222
# Make all linker warnings errors
23-
if [[ "$target" == *"-apple-"* ]]; then
24-
extra_rustflags=" -Clink-arg=-Wl,--fatal_warnings"
25-
elif [[ "$target" == "thumb"* ]]; then
23+
if [[ "$target" == *"-apple-"* || "$target" == "thumb"* ]]; then
2624
extra_rustflags=""
2725
else
2826
extra_rustflags=" -Clink-arg=--fatal-warnings"

0 commit comments

Comments
 (0)