Skip to content

Commit 29b5718

Browse files
committed
[DO NOT MERGE] Disable BOLT on CI due to previous failures
1 parent 311050d commit 29b5718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/opt-dist/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ fn create_environment(args: Args) -> anyhow::Result<(Environment, Vec<String>)>
155155
.artifact_dir(Utf8PathBuf::from("/tmp/tmp-multistage/opt-artifacts"))
156156
.build_dir(checkout_dir.join("obj"))
157157
.shared_llvm(true)
158-
.use_bolt(true)
158+
.use_bolt(false)
159159
.skipped_tests(vec![
160160
// Fails because of linker errors, as of June 2023.
161161
"tests/ui/process/nofile-limit.rs".to_string(),

0 commit comments

Comments
 (0)