From 18e1dbb7e1bdb2adb75929be26a4160ec3f2c4b1 Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 11 Apr 2024 13:18:42 +0000 Subject: [PATCH 1/3] lower cache --- .github/earthly-ci-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/earthly-ci-config.yml b/.github/earthly-ci-config.yml index 398a2717c67c..1f2f690f66c6 100644 --- a/.github/earthly-ci-config.yml +++ b/.github/earthly-ci-config.yml @@ -1,5 +1,5 @@ global: - cache_size_pct: 90 + cache_size_pct: 80 buildkit_max_parallelism: 50 container_frontend: docker-shell buildkit_additional_args: ["-e", "BUILDKIT_STEP_LOG_MAX_SIZE=-1"] \ No newline at end of file From 0dd473f57c6da08eae619cfc02ec6a14b16be3a4 Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 11 Apr 2024 13:19:21 +0000 Subject: [PATCH 2/3] revert --- barretenberg/cpp/Earthfile | 1 - 1 file changed, 1 deletion(-) diff --git a/barretenberg/cpp/Earthfile b/barretenberg/cpp/Earthfile index c711cf2ff8a5..3d1dbc3aece5 100644 --- a/barretenberg/cpp/Earthfile +++ b/barretenberg/cpp/Earthfile @@ -80,7 +80,6 @@ source: COPY --dir src/barretenberg src/CMakeLists.txt src # cmake source COPY --dir cmake CMakeLists.txt CMakePresets.json . - RUN touch hey # for debugging rebuilds RUN echo CONTENT HASH $(find . -type f -exec sha256sum {} ';' | sort | sha256sum | awk '{print $1}') | tee .content-hash From df2ecf8d6bae49b8492af46eb88cc5c32e0284a1 Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 11 Apr 2024 09:28:33 -0400 Subject: [PATCH 3/3] Update earthly-ci-config.yml --- .github/earthly-ci-config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/earthly-ci-config.yml b/.github/earthly-ci-config.yml index 1f2f690f66c6..47c8813a0871 100644 --- a/.github/earthly-ci-config.yml +++ b/.github/earthly-ci-config.yml @@ -1,5 +1,5 @@ global: - cache_size_pct: 80 + cache_size_pct: 75 buildkit_max_parallelism: 50 container_frontend: docker-shell -buildkit_additional_args: ["-e", "BUILDKIT_STEP_LOG_MAX_SIZE=-1"] \ No newline at end of file +buildkit_additional_args: ["-e", "BUILDKIT_STEP_LOG_MAX_SIZE=-1"]