Open SantiagoPittella opened 1 year ago
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.
ATM the binary does not support Windows OS.
Right now the CI is taking 15 minutes to install Cairo, with this change it should be reduced to ~10 secs.
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.