Skip to content

Commit

Permalink
Remove libstdc++ version check
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Jun 9, 2024
1 parent 65d1a73 commit 5349476
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bootstrap/src/core/sanity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(_) => {
Expand Down

0 comments on commit 5349476

Please sign in to comment.