Skip to content

Commit

Permalink
chore(ci): add missing dependency to circleci config (#5437)
Browse files Browse the repository at this point in the history
`barretenberg-acir-tests-bb-sol` builds off of
`barretenberg-x86_64-linux-clang-assert` but this isn't reflected in the
circleci config.

See [workflow
run](https://app.circleci.com/pipelines/github/AztecProtocol/aztec-packages/31002/workflows/c2b02460-8817-44c5-a609-573a03f8b3a0/jobs/1470037).
  • Loading branch information
TomAFrench authored Mar 26, 2024
1 parent 424960f commit 753cb78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,7 @@ workflows:
- barretenberg-acir-tests-bb: *bb_acir_tests
- barretenberg-acir-tests-bb-sol:
requires:
- barretenberg-x86_64-linux-clang-assert
- barretenberg-x86_64-linux-clang-sol
- noir-compile-acir-tests
<<: *bb_acir_tests
Expand Down

0 comments on commit 753cb78

Please sign in to comment.