Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -671,17 +671,6 @@ jobs:
name: "Build"
command: build ethereum

rollup-provider:
machine:
image: ubuntu-2004:202010-01
resource_class: large
steps:
- *checkout
- *setup_env
- run:
name: "Build"
command: build rollup-provider

e2e-2-rpc-servers:
machine:
image: ubuntu-2004:202010-01
Expand Down Expand Up @@ -1430,7 +1419,6 @@ workflows:
- sequencer-client: *yarn_project
- types: *yarn_project
- circuits-js: *yarn_project
- rollup-provider: *yarn_project
- aztec-sandbox-base: *yarn_project
- canary: *yarn_project

Expand Down Expand Up @@ -1471,7 +1459,6 @@ workflows:
- sequencer-client
- types
- circuits-js
- rollup-provider
- aztec-sandbox-ecr-manifest
- canary
<<: *defaults
Expand Down
6 changes: 1 addition & 5 deletions build_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,6 @@
"buildDir": "yarn-project",
"projectDir": "yarn-project/prover-client"
},
"rollup-provider": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lovely!

"buildDir": "yarn-project",
"projectDir": "yarn-project/rollup-provider"
},
"aztec-node": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/aztec-node"
Expand All @@ -240,4 +236,4 @@
"buildDir": "yarn-project",
"projectDir": "yarn-project/world-state"
}
}
}
Loading