Skip to content

Commit

Permalink
Merge branch 'master' into 05-29-refactor_remove_prover-pool
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr authored May 30, 2024
2 parents 45e6595 + 9b0572d commit e96c860
Show file tree
Hide file tree
Showing 242 changed files with 29,169 additions and 51,848 deletions.
29 changes: 26 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,18 @@ jobs:
command: cond_spot_run_build avm-transpiler 32
aztec_manifest_key: avm-transpiler

aztec-nargo:
docker:
- image: aztecprotocol/alpine-build-image
resource_class: small
steps:
- *checkout
- *setup_env
- run:
name: "Build"
command: cond_spot_run_build aztec-nargo 32
aztec_manifest_key: aztec-nargo

l1-contracts:
machine:
image: default
Expand Down Expand Up @@ -381,7 +393,7 @@ jobs:
name: "Release to dockerhub"
command: |
should_release || exit 0
deploy_dockerhub noir
deploy_dockerhub aztec-nargo
deploy_dockerhub aztec
deploy_dockerhub aztec-builder
- run:
Expand Down Expand Up @@ -473,8 +485,10 @@ workflows:
# # This is rewritten to 'system' on the real workflow (otherwise this is ignored by circleci)
# equal: [NEVER, << pipeline.parameters.workflow >>]
when:
and:
# Run if branch is master or branch name contains 'circle-ci'
or:
- equal: [ master, << pipeline.git.branch >> ]
- matches: { pattern: ".*circle-ci.*", value: << pipeline.git.branch >> }
jobs:
# Noir
- noir-x86_64: *defaults
Expand All @@ -490,7 +504,16 @@ workflows:
<<: *defaults

# Transpiler
- avm-transpiler: *defaults
- avm-transpiler:
requires:
- noir-ecr-manifest
<<: *defaults

# aztec-nargo (nargo & transpiler)
- aztec-nargo:
requires:
- avm-transpiler
<<: *defaults

# Barretenberg
- barretenberg-x86_64-linux-clang: *defaults
Expand Down
9 changes: 0 additions & 9 deletions .github/paths-filter/.editorconfig

This file was deleted.

3 changes: 0 additions & 3 deletions .github/paths-filter/.eslintignore

This file was deleted.

53 changes: 0 additions & 53 deletions .github/paths-filter/.eslintrc.json

This file was deleted.

1 change: 0 additions & 1 deletion .github/paths-filter/.gitattributes

This file was deleted.

4 changes: 0 additions & 4 deletions .github/paths-filter/.github/filters.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/paths-filter/.github/workflows/build.yml

This file was deleted.

145 changes: 0 additions & 145 deletions .github/paths-filter/.github/workflows/pull-request-verification.yml

This file was deleted.

Loading

0 comments on commit e96c860

Please sign in to comment.