Skip to content

Commit

Permalink
bump native to 2.9.0-dev.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Nov 21, 2024
1 parent ee6163f commit d254bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ef-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
working-directory: ef-tests
run: |
set -o pipefail
RUST_MIN_STACK=1342177280 make ef-test-v1-native | tee data.txt
RUST_MIN_STACK=1073741824 make ef-test-v1-native | tee data.txt
set +o pipefail
- name: Retrieve ef-tests execution resources
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 eee6d1981531c5a4466f83ecf8c851feaa91a1c6
git checkout 5e60089288c461eca98bf3dbe03cc882778ff677
make deps
make runtime
cp libcairo_native_runtime.a ../libcairo_native_runtime.a
Expand Down

0 comments on commit d254bd2

Please sign in to comment.