Skip to content

Commit

Permalink
Unrolled build for rust-lang#122498
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#122498 - jfgoog:update-cc-crate-version, r=workingjubilee

Update version of cc crate

Reason:

In order to build the Windows version of the Rust toolchain for the Android platform, the following patch to the cc is crate is required to avoid incorrectly determining that we are building with the Android NDK: rust-lang/cc-rs@57853c4

This patch is present in version 1.0.80 and newer versions of the cc crate. The rustc source distribution currently has 3 different versions of cc in the vendor directory, only one of which has the necessary fix.

We (the Android Rust toolchain) are currently maintaining local patches to upgrade the cc crate dependency versions, which we would like to upstream.
  • Loading branch information
rust-timer authored Mar 15, 2024
2 parents f4b771b + 2190431 commit d52a453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/profiler_builtins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ core = { path = "../core" }
compiler_builtins = { version = "0.1.0", features = ['rustc-dep-of-std'] }

[build-dependencies]
cc = "1.0.69"
cc = "1.0.90"

0 comments on commit d52a453

Please sign in to comment.