Skip to content

Commit

Permalink
fix: pin Cairo compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen committed Jun 10, 2023
1 parent 2b7de08 commit 5650030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ cairo-repo-dir = cairo
build-cairo-1-compiler: | $(cairo-repo-dir)

$(cairo-repo-dir):
git clone https://github.com/starkware-libs/cairo.git
git clone --depth 1 -b v1.1.0 https://github.com/starkware-libs/cairo.git
cd cairo; cargo b --release --bin starknet-compile --bin starknet-sierra-compile

cargo-deps:
Expand Down

0 comments on commit 5650030

Please sign in to comment.