Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev: update native #1011

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: 1 addition & 1 deletion scripts/setup_cairo_native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ install_cairo_native_runtime() {
git clone https://github.com/lambdaclass/cairo_native.git
pushd ./cairo_native || exit 1
git fetch
git checkout ae17dd370a7bbf6affeefb9fa6954965e8b52239
git checkout eee6d1981531c5a4466f83ecf8c851feaa91a1c6
make deps
make runtime
cp libcairo_native_runtime.a ../libcairo_native_runtime.a
Expand Down
Loading