We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06db6bb commit c688ecfCopy full SHA for c688ecf
src/tools/miri/ci/ci.sh
@@ -14,7 +14,9 @@ function endgroup {
14
begingroup "Building Miri"
15
16
# Global configuration
17
-export RUSTFLAGS="-D warnings"
+# We are getting some odd linker warnings on macOS, make sure they do not fail the build.
18
+# (See <https://github.com/rust-lang/rust/issues/136086>.)
19
+export RUSTFLAGS="-D warnings -A linker-messages"
20
export CARGO_INCREMENTAL=0
21
export CARGO_EXTRA_FLAGS="--locked"
22
0 commit comments