From 38dd0d4c19776624c37f39960a63bd1934fb23d4 Mon Sep 17 00:00:00 2001 From: Pearson White Date: Fri, 11 Oct 2024 11:19:52 -0400 Subject: [PATCH] fix: Add git safe.directory --- scripts/dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dependencies.sh b/scripts/dependencies.sh index 1438f55249d..b6823078fdd 100755 --- a/scripts/dependencies.sh +++ b/scripts/dependencies.sh @@ -64,6 +64,7 @@ function compile_cairo_native_runtime() { fi # Then we clone and build the runtime from the repo + git config --global --add "*" $SUDO git clone https://github.com/lambdaclass/cairo_native.git pushd ./cairo_native || exit 1 git switch v0.2.0-alpha.2 --detach