diff --git a/noir/Earthfile b/noir/Earthfile index f5d1389c2e35..dee6a20fcd04 100644 --- a/noir/Earthfile +++ b/noir/Earthfile @@ -202,8 +202,9 @@ build-acir-tests: SAVE ARTIFACT /usr/src/noir-repo/test_programs/acir_artifacts/* barretenberg-acir-benches-bb: - FROM ../build-images/+build - + FROM ubuntu:noble + RUN apt update && \ + apt install -y curl git jq unzip COPY ../barretenberg/cpp/+preset-clang-assert/bin/bb /usr/src/barretenberg/cpp/build/bin/bb COPY ../barretenberg/+acir-tests/ /usr/src/barretenberg/acir_tests COPY +build-acir-tests/ /usr/src/acir_artifacts