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 9d89d57 commit 2f305c0Copy full SHA for 2f305c0
ci/run.sh
@@ -20,9 +20,7 @@ if [ "${USING_CONTAINER_RUSTC:-}" = 1 ]; then
20
fi
21
22
# Make all linker warnings errors
23
-if [[ "$target" == *"-apple-"* ]]; then
24
- extra_rustflags=" -Clink-arg=-Wl,--fatal_warnings"
25
-elif [[ "$target" == "thumb"* ]]; then
+if [[ "$target" == *"-apple-"* || "$target" == "thumb"* ]]; then
26
extra_rustflags=""
27
else
28
extra_rustflags=" -Clink-arg=--fatal-warnings"
0 commit comments