mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-19 18:34:08 +00:00
Remove libstdc++ version check
This commit is contained in:
parent
65d1a73aab
commit
5349476a03
@ -128,7 +128,6 @@ pub fn check(build: &mut Build) {
|
||||
eprintln!(
|
||||
"Consider upgrading libstdc++ or disabling the `llvm.download-ci-llvm` option."
|
||||
);
|
||||
crate::exit!(1);
|
||||
}
|
||||
}
|
||||
tool::LibcxxVersion::Llvm(_) => {
|
||||
|
Loading…
Reference in New Issue
Block a user