From b56817107c3aceb53d164a65cc389c2bb5951c05 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Sat, 27 Jun 2026 04:23:45 +0200 Subject: [PATCH] asyncthreadpool is fundamentally incompatible with mm:orc (#25941) --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 3dd4f7da00..41b1b72b2e 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -39,7 +39,7 @@ pkg "arraymancer", "nimble install -y; nimble uninstall -i -y nimcuda; nimble in pkg "ast_pattern_matching", "nim c -r tests/test1.nim" pkg "asyncftpclient", "nimble compileExample" when not defined(arm64): - pkg "asyncthreadpool", "nimble test" + pkg "asyncthreadpool", "nimble test --mm:refc" pkg "awk" pkg "bigints" pkg "binaryheap", "nim c -r binaryheap.nim"