privacy-scaling-explorations / chiquito

DSL for Halo2 circuits
https://docs.pecadorplonkish.xyz/
161 stars 36 forks source link

Why is main branch not passing the github automatic tests? #260

Closed leolara closed 3 weeks ago

leolara commented 3 weeks ago

can you run make precommit in main and see if you can fix it?

rutefig commented 3 weeks ago

It is failing to build the python frontend for s390x target which is big endian. The issue is regarding this crate: https://github.com/zkcrypto/merlin and is reported as one of the issues of not being able to run on big endian machines. Gonna try to check if it's regarding some of the changes I did with the serialization since there was some changes that assumed little endian architecture.