From 0cc6b63feb10f81fcf42b5e29a526bb691f9ef99 Mon Sep 17 00:00:00 2001 From: Folkert Date: Sat, 14 May 2022 23:26:16 +0200 Subject: [PATCH] use single-threaded mode for gen tests --- compiler/test_gen/src/helpers/llvm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/test_gen/src/helpers/llvm.rs b/compiler/test_gen/src/helpers/llvm.rs index 068a38bc3b..46b74a96bf 100644 --- a/compiler/test_gen/src/helpers/llvm.rs +++ b/compiler/test_gen/src/helpers/llvm.rs @@ -60,7 +60,7 @@ fn create_llvm_module<'a>( Default::default(), target_info, RenderTarget::ColorTerminal, - Threading::AllAvailable, + Threading::Single, ); let mut loaded = match loaded {