From cb23ef4d3546769c93d0cf61359fde69434d2ed4 Mon Sep 17 00:00:00 2001 From: enitrat Date: Thu, 21 Nov 2024 12:48:08 +0800 Subject: [PATCH] bump native to 2.9.0-dev.0 --- .github/workflows/ef-tests.yml | 2 +- scripts/setup_cairo_native.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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