Skip to content

Commit ade7dc4

Browse files
committed
Pin cc version
1 parent 7bbe15e commit ade7dc4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

compiler/rustc_llvm/Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ libc = "0.2.73"
99
# tidy-alphabetical-end
1010

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

0 commit comments

Comments
 (0)