Skip to content

Commit

Permalink
Merge branch 'blake2s-hints-3' into blake2s-hints-4
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Oct 5, 2023
2 parents 8bcee03 + af1f729 commit a22582c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

CAIRO_VM_CLI:=cairo-vm/target/release/cairo-vm-cli

# TODO: clone from last release once the fix is merged
# TODO: clone from last release
$(CAIRO_VM_CLI):
git clone --depth 1 -b fix-blake-hint https://github.com/lambdaclass/cairo-vm
git clone --depth 1 -b main https://github.com/lambdaclass/cairo-vm
cd cairo-vm; cargo b --release --bin cairo-vm-cli

# Create proof mode programs.
Expand Down

0 comments on commit a22582c

Please sign in to comment.