Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Feb 23, 2024
1 parent aca0cb2 commit 0556f38
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- run:
name: "Build"
command: cond_spot_run_build noir 32
aztec_manifest_key: noir # for circleci build filtering
aztec_manifest_key: noir

noir-arm64:
docker:
Expand All @@ -110,7 +110,7 @@ jobs:
- run:
name: "Build"
command: cond_spot_run_build noir 32 arm64
aztec_manifest_key: noir # for circleci build filtering
aztec_manifest_key: noir

noir-ecr-manifest:
machine:
Expand All @@ -122,7 +122,7 @@ jobs:
- run:
name: "Create ECR manifest"
command: create_ecr_manifest noir x86_64,arm64
aztec_manifest_key: noir # for circleci build filtering
aztec_manifest_key: noir

noir-packages:
docker:
Expand All @@ -134,7 +134,7 @@ jobs:
- run:
name: "Build"
command: cond_spot_run_build noir-packages 32
aztec_manifest_key: noir-packages # for circleci build filtering
aztec_manifest_key: noir-packages

noir-compile-acir-tests:
docker:
Expand All @@ -146,7 +146,7 @@ jobs:
- run:
name: "Build"
command: cond_spot_run_build noir-compile-acir-tests 32
aztec_manifest_key: noir # for circleci build filtering
aztec_manifest_key: noir

avm-transpiler:
docker:
Expand All @@ -158,7 +158,7 @@ jobs:
- run:
name: "Build"
command: cond_spot_run_build avm-transpiler 32
aztec_manifest_key: avm-transpiler # for circleci build filtering
aztec_manifest_key: avm-transpiler

# Barretenberg
barretenberg-wasm-linux-clang:
Expand All @@ -171,7 +171,7 @@ jobs:
- run:
name: "Build"
command: cond_spot_run_build barretenberg-wasm-linux-clang 128
aztec_manifest_key: barretenberg-wasm-linux-clang # for circleci build filtering
aztec_manifest_key: barretenberg-wasm-linux-clang

barretenberg-x86_64-linux-gcc:
docker:
Expand All @@ -183,7 +183,7 @@ jobs:
- run:
name: "Build"
command: cond_spot_run_build barretenberg-x86_64-linux-gcc 128
aztec_manifest_key: barretenberg-x86_64-linux-gcc # for circleci build filtering
aztec_manifest_key: barretenberg-x86_64-linux-gcc

barretenberg-x86_64-linux-clang:
docker:
Expand Down Expand Up @@ -854,6 +854,7 @@ jobs:
- run:
name: "Test"
command: cond_spot_run_compose end-to-end 4 ./scripts/docker-compose.yml TEST=e2e_inclusion_proofs_contract.test.ts
aztec_manifest_key: end-to-end

e2e-pending-commitments-contract:
docker:
Expand Down

0 comments on commit 0556f38

Please sign in to comment.