Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit cb23ef4

Browse files
committed
bump native to 2.9.0-dev.0
1 parent b912f92 commit cb23ef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ef-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
working-directory: ef-tests
102102
run: |
103103
set -o pipefail
104-
RUST_MIN_STACK=1342177280 make ef-test-v1-native | tee data.txt
104+
RUST_MIN_STACK=1073741824 make ef-test-v1-native | tee data.txt
105105
set +o pipefail
106106
107107
- name: Retrieve ef-tests execution resources

scripts/setup_cairo_native.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ install_cairo_native_runtime() {
120120
git clone https://github.com/lambdaclass/cairo_native.git
121121
pushd ./cairo_native || exit 1
122122
git fetch
123-
git checkout eee6d1981531c5a4466f83ecf8c851feaa91a1c6
123+
git checkout 5e60089288c461eca98bf3dbe03cc882778ff677
124124
make deps
125125
make runtime
126126
cp libcairo_native_runtime.a ../libcairo_native_runtime.a

0 commit comments

Comments
 (0)