Skip to content

Commit 5349476

Browse files
committed
Remove libstdc++ version check
1 parent 65d1a73 commit 5349476

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/bootstrap/src/core/sanity.rs

-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ pub fn check(build: &mut Build) {
128128
eprintln!(
129129
"Consider upgrading libstdc++ or disabling the `llvm.download-ci-llvm` option."
130130
);
131-
crate::exit!(1);
132131
}
133132
}
134133
tool::LibcxxVersion::Llvm(_) => {

0 commit comments

Comments
 (0)