diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2024-08-15 18:00:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-15 18:00:56 +0800 |
commit | 06b25bd2c40194f4b00d1d664492b6aed1dee91c (patch) | |
tree | acf30ac0f1fc6b9b5cb6de0622c9b801982dc64f /testament | |
parent | 2a046e648756b6a36acf580c9c0289319cd697d7 (diff) | |
download | Nim-06b25bd2c40194f4b00d1d664492b6aed1dee91c.tar.gz |
disable presto (#23958)
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 038f7edcc..533b6c7b7 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" +pkg "presto", allowFailure = true pkg "prologue", "nimble tcompile" pkg "protobuf", "nim c -o:protobuff -r src/protobuf.nim" pkg "rbtree" |