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 7bd29f8 commit 051829eCopy full SHA for 051829e
src/tools/miri/ci/ci.sh
@@ -14,9 +14,7 @@ function endgroup {
14
begingroup "Building Miri"
15
16
# Global configuration
17
-# 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"
+export RUSTFLAGS="-D warnings"
20
export CARGO_INCREMENTAL=0
21
export CARGO_EXTRA_FLAGS="--locked"
22
0 commit comments