Update non-bootstrap cc dependency to fix compile family detection warning#123644
Update non-bootstrap cc dependency to fix compile family detection warning#123644bors merged 1 commit intorust-lang:masterfrom
cc dependency to fix compile family detection warning#123644Conversation
|
rustbot has assigned @Mark-Simulacrum. Use |
|
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
cc dependency to fix compile family detection warningcc dependency to fix compile family detection warning
|
@bors r+ rollup=never |
|
☀️ Test successful - checks-actions |
|
A job failed! Check out the build log: (web) (plain) Click to see the possible cause of the failure (guessed by this bot) |
|
Finished benchmarking commit (0bf471f): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 675.288s -> 676.211s (0.14%) |
x.py check compiler/rustc_llvmBefore:(rust-lang/cc-rs#958)
Checking stage0 compiler artifacts {rustc_llvm} (x86_64-unknown-linux-gnu) Compiling cc v1.0.90 Compiling libc v0.2.153 Compiling rustc_llvm v0.0.0 warning: rustc_llvm@0.0.0: Compiler version doesn't include clang or GCC: "c++" "--version" Finished `release` profile [optimized] target(s) in 28.09sAfter:
Checking stage0 compiler artifacts {rustc_llvm} (x86_64-unknown-linux-gnu) Compiling libc v0.2.153 Compiling cc v1.0.92 Compiling rustc_llvm v0.0.0 Finished `release` profile [optimized] target(s) in 29.06s