Skip to content

Commit

Permalink
bump native
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Oct 4, 2024
1 parent 3a69f68 commit 635949e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ef-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: kkrt-labs/ef-tests
ref: feat/cairo-native
ref: dev/bump-native
path: ef-tests # Check out to a subdirectory to avoid cleaning the kakarot-ssj directory

- name: Checkout local skip file
Expand Down
2 changes: 2 additions & 0 deletions scripts/setup_cairo_native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ install_cairo_native_runtime() {

git clone https://github.com/lambdaclass/cairo_native.git
pushd ./cairo_native || exit 1
git fetch
git checkout fix-array-get-drop
make deps
make runtime
cp libcairo_native_runtime.a ../libcairo_native_runtime.a
Expand Down

0 comments on commit 635949e

Please sign in to comment.