entropyxyz / programs

Source, toolchain, and examples for using programs on Entropy
https://docs.entropy.xyz/concepts/programs/
GNU Affero General Public License v3.0
19 stars 3 forks source link

Fix Vercel deployment for API docs by adding setup for risczero to Makefile #54

Closed ameba23 closed 5 months ago

ameba23 commented 8 months ago

Related issue: https://github.com/entropyxyz/constraints/issues/53

This is currently failing because of a difficulty compiling openssl-sys. It needs perl and maybe some other things, see the proposed solution in the related issue in the openssl-sys repo: https://github.com/sfackler/rust-openssl/issues/2036#issuecomment-1724324145

But i just realised if we publish programs to crates.io, we will automatically get API docs and we can get rid of the vercel stuff. So maybe this is not worth fixing.

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
constraints ❌ Failed (Inspect) Jan 10, 2024 11:32am
programs ❌ Failed (Inspect) Jan 10, 2024 11:32am
vitropy commented 5 months ago

@JesseAbram @ameba23 It sounds like we're not actually using risczero anymore, correct? If so, can I close this PR as not planned so we remove this item from our working issue queue?