diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2024-08-20 22:41:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-20 22:41:28 +0800 |
commit | eed9cb0d3f8e1357956adcacd54e6d9baf25f899 (patch) | |
tree | 93dd6dce9a571488cda8472aba359c4670db4677 /testament | |
parent | 1befb8d4a3559b4611921e851a1fcc64c1b9a17d (diff) | |
download | Nim-eed9cb0d3f8e1357956adcacd54e6d9baf25f899.tar.gz |
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
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 533b6c7b7..038f7edcc 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" |