From 4afccf86284f591db006fb90cbbfe129603f50d7 Mon Sep 17 00:00:00 2001 From: ludamad Date: Fri, 27 Sep 2024 16:43:01 -0400 Subject: [PATCH 1/3] Update Earthfile --- barretenberg/cpp/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barretenberg/cpp/Earthfile b/barretenberg/cpp/Earthfile index 1074fe85ffb..fe9e4b4d544 100644 --- a/barretenberg/cpp/Earthfile +++ b/barretenberg/cpp/Earthfile @@ -132,7 +132,7 @@ preset-sol: preset-wasm-threads: FROM +source DO +CACHE_BUILD_BIN --prefix=preset-wasm-threads \ - --command="cmake --preset wasm-threads -Bbuild && cmake --build build --target barretenberg.wasm && /opt/wasi-sdk/bin/llvm-strip ./build/bin/barretenberg.wasm" + --command="cmake --preset wasm-threads -Bbuild && cmake --build build --target barretenberg.wasm" SAVE ARTIFACT build/bin preset-gcc: From 3be4768c6ae694fe157c991859318aa92e8c0102 Mon Sep 17 00:00:00 2001 From: ludamad Date: Fri, 27 Sep 2024 16:44:07 -0400 Subject: [PATCH 2/3] Update Earthfile --- barretenberg/cpp/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/barretenberg/cpp/Earthfile b/barretenberg/cpp/Earthfile index fe9e4b4d544..787c618611f 100644 --- a/barretenberg/cpp/Earthfile +++ b/barretenberg/cpp/Earthfile @@ -131,7 +131,7 @@ preset-sol: preset-wasm-threads: FROM +source - DO +CACHE_BUILD_BIN --prefix=preset-wasm-threads \ + DO +CACHE_BUILD_BIN --prefix=preset-wasm-threads-v1 \ --command="cmake --preset wasm-threads -Bbuild && cmake --build build --target barretenberg.wasm" SAVE ARTIFACT build/bin From 7b4d3c5367276ca03c806e77be57687c56f52866 Mon Sep 17 00:00:00 2001 From: ludamad Date: Fri, 27 Sep 2024 16:50:10 -0400 Subject: [PATCH 3/3] Update ci.yml --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fabf53a06d..f6bc196fdad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,6 @@ jobs: - uses: actions/checkout@v4 with: { ref: "${{ env.GIT_COMMIT }}" } - uses: ./.github/ci-setup-action - if: (needs.changes.outputs.non-docs == 'true' && needs.changes.outputs.non-misc-ci == 'true' && needs.changes.outputs.non-barretenberg-cpp == 'true') || github.ref_name == 'master' with: concurrency_key: build-x86 # prepare images locally, tagged by commit hash