Skip to content

Commit ce9c9ff

Browse files
authored
Merge pull request #4157 from RalfJung/rustup
Rustup
2 parents 01551dc + 9ee5076 commit ce9c9ff

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ci/ci.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ function endgroup {
1414
begingroup "Building Miri"
1515

1616
# 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"
17+
export RUSTFLAGS="-D warnings"
2018
export CARGO_INCREMENTAL=0
2119
export CARGO_EXTRA_FLAGS="--locked"
2220

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2f0ad2a71e4a4528bb80bcb24bf8fa4e50cb87c2
1+
2f348cb7ce4063fa4eb40038e6ada3c5214717bd

0 commit comments

Comments
 (0)