diff --git a/.github/workflows/ef-tests.yml b/.github/workflows/ef-tests.yml index 4bf8f2c2..39492488 100644 --- a/.github/workflows/ef-tests.yml +++ b/.github/workflows/ef-tests.yml @@ -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 diff --git a/scripts/setup_cairo_native.sh b/scripts/setup_cairo_native.sh index d64d3300..f49e12b1 100755 --- a/scripts/setup_cairo_native.sh +++ b/scripts/setup_cairo_native.sh @@ -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