diff options
author | flywind <xzsflywind@gmail.com> | 2022-05-13 01:03:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 01:03:30 +0800 |
commit | c61eb5df32c66431d0d08417c39e268fdf236132 (patch) | |
tree | e667c45569b6b86631aade81721b1b09ab7dd5bc /testament/important_packages.nim | |
parent | b9f243eb2aeb4930ba552f8bf487719d628f4a2a (diff) | |
download | Nim-c61eb5df32c66431d0d08417c39e268fdf236132.tar.gz |
disable polypbren (#19787)
* disable polypbren * Update important_packages.nim
Diffstat (limited to 'testament/important_packages.nim')
-rw-r--r-- | testament/important_packages.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index a55327211..c8fb5ad3c 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -103,7 +103,7 @@ pkg "nimfp", "nim c -o:nfp -r src/fp.nim" pkg "nimgame2", "nim c nimgame2/nimgame.nim" # XXX Doesn't work with deprecated 'randomize', will create a PR. pkg "nimgen", "nim c -o:nimgenn -r src/nimgen/runcfg.nim" -pkg "nimlsp", allowFailure = true +pkg "nimlsp" pkg "nimly", "nim c -r tests/test_readme_example.nim" pkg "nimongo", "nimble test_ci", allowFailure = true pkg "nimph", "nimble test", "https://github.com/disruptek/nimph", allowFailure = true @@ -125,7 +125,7 @@ pkg "patty" pkg "pixie" pkg "plotly", "nim c examples/all.nim" pkg "pnm" -pkg "polypbren" +pkg "polypbren", allowFailure = true pkg "prologue", "nimble tcompile" pkg "protobuf", "nim c -o:protobuff -r src/protobuf.nim" pkg "pylib" |