-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incomplete Bazel Build Process for cairo_verifier
in v0.13.0a2
#178
Comments
When i investigate the cairo-lang-0.13.0a2.zip there is no such folder (starkware.cairo.stark_verifier.air.layouts.starknet_with_keccak) how to fix it? unzip cairo-lang-0.13.0a2.zip
cd cairo-lang-0.13.0a2/starkware/cairo/ |
Exact manual steps i took to make bazel out package work in compilation and running process can be tracked here |
Then cairo verifier is run on example proof |
I tried to fix bazel BUILD files myself but it took longer then expected can u help to solve bazel build issues? |
I created repository that has this issue solved, |
Description:
Issue Summary:
I encountered a problem with the build process for the
cairo_verifier
in thecairo-lang
repository, specifically in the version tagged as v0.13.0a2 using Python 3.9.0. The build completes successfully, but when attempting to runcairo_verifier
, it seems that some python components are not present.Steps to Reproduce:
cairo-lang
repository and checkout to tagv0.13.0a2
.cairo_verifier
with the following command:cairo_verifier_input.json
file used is:Expected Result:
The
cairo_verifier
should compile and run without any issues.Actual Result:
Additional Information:
The text was updated successfully, but these errors were encountered: