Skip to content

Commit 1961411

Browse files
committed
WIP: Disable tests
1 parent 24c6517 commit 1961411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ fn create_environment(args: Args) -> anyhow::Result<(Environment, Vec<String>)>
188188
// FIXME: Enable bolt for aarch64 once it's fixed upstream. Broken as of December 2024.
189189
.use_bolt(!is_aarch64)
190190
.skipped_tests(vec![])
191-
.run_tests(true)
191+
.run_tests(false)
192192
.fast_try_build(is_fast_try_build)
193193
.build_llvm(true)
194194
.build()?;

0 commit comments

Comments
 (0)