Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Use starknet binaries #751

Merged
merged 2 commits into from
Jul 3, 2023
Merged

Use starknet binaries #751

merged 2 commits into from
Jul 3, 2023

Conversation

SantiagoPittella
Copy link
Collaborator

@SantiagoPittella SantiagoPittella commented Jul 3, 2023

Add starknet binaries to compile contracts.

Description

This PR changes the way we get the compiler for starknet contracts.
We were downloading the repo and compiling the compiler.
Now we download the binaries directly.

Also adds a new target, deps-macos since the binaries are different.

Closes #753

Checklist

  • Linked to Github Issue
  • Unit tests added
  • Integration tests added.
  • This change requires new documentation.
    • Documentation has been added/updated.

@juanbono juanbono added this pull request to the merge queue Jul 3, 2023
Copy link
Contributor

@MegaRedHand MegaRedHand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 🚀

$(cairo-repo-1-dir-macos):
curl -L -o cairo-1.1.1.tar https://github.com/starkware-libs/cairo/releases/download/v1.1.1/release-aarch64-apple-darwin.tar \
&& tar -xzvf cairo-1.1.1.tar \
&& mv cairo/ cairo1/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove the .tar after this?

Merged via the queue into main with commit c8e81be Jul 3, 2023
@matias-gonz matias-gonz deleted the add-deps-macos-target branch July 3, 2023 21:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Download starknet binaries instead of compiling the repo.
4 participants