Skip to content
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

Modify installer.sh to download the binaries of cairo instead of compiling it. #110

Open
SantiagoPittella opened this issue Aug 22, 2023 · 2 comments

Comments

@SantiagoPittella
Copy link
Contributor

We can use the binaries from Starkware's repo directly: https://github.com/starkware-libs/cairo/releases
ATM we are downloading the repo and compiling.

Using the binary will reduce drastically the installation, since it needs first to install rust and then compiles all the targets of the cairo repo.

@SantiagoPittella
Copy link
Contributor Author

ATM the binary does not support Windows OS.

@SantiagoPittella
Copy link
Contributor Author

Right now the CI is taking 15 minutes to install Cairo, with this change it should be reduced to ~10 secs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant