Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 authored Aug 12, 2024
1 parent 9d89d57 commit 2f305c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ if [ "${USING_CONTAINER_RUSTC:-}" = 1 ]; then
fi

# Make all linker warnings errors
if [[ "$target" == *"-apple-"* ]]; then
extra_rustflags=" -Clink-arg=-Wl,--fatal_warnings"
elif [[ "$target" == "thumb"* ]]; then
if [[ "$target" == *"-apple-"* || "$target" == "thumb"* ]]; then
extra_rustflags=""
else
extra_rustflags=" -Clink-arg=--fatal-warnings"
Expand Down

0 comments on commit 2f305c0

Please sign in to comment.