From eed9cb0d3f8e1357956adcacd54e6d9baf25f899 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:41:28 +0800 Subject: [PATCH] Try to revert "disable presto" (#23987) Reverts nim-lang/Nim#23958 follow up https://github.com/nim-lang/Nim/pull/23981 ref https://github.com/nim-lang/Nim/pull/23958#issuecomment-2294848209 --- 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 533b6c7b7a11..038f7edccfd2 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -142,7 +142,7 @@ pkg "pixie" pkg "plotly", "nim c examples/all.nim" pkg "pnm" pkg "polypbren" -pkg "presto", allowFailure = true +pkg "presto" pkg "prologue", "nimble tcompile" pkg "protobuf", "nim c -o:protobuff -r src/protobuf.nim" pkg "rbtree"