Skip to content

Commit

Permalink
Pin cc version
Browse files Browse the repository at this point in the history
  • Loading branch information
clubby789 committed Jan 28, 2024
1 parent c054cd2 commit 3070d8b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion compiler/rustc_llvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ libc = "0.2.73"
# tidy-alphabetical-end

[build-dependencies]
# FIXME: updating cc past 1.0.79 breaks libstd bootstrapping, pin
# to the last working version here so `cargo update` doesn't cause the
# a higher version to be selected
# https://github.com/rust-lang/cc-rs/issues/913
# tidy-alphabetical-start
cc = "1.0.69"
cc = "=1.0.79"
# tidy-alphabetical-end

0 comments on commit 3070d8b

Please sign in to comment.