Skip to content

Commit

Permalink
Revert "remove CI integration for now"
Browse files Browse the repository at this point in the history
This reverts commit 2d4a73d.
  • Loading branch information
dan-aztec committed Sep 14, 2023
1 parent 2d4a73d commit 4609309
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,17 @@ jobs:
name: "Build and test"
command: build sequencer-client

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

canary:
machine:
image: ubuntu-2004:202010-01
Expand Down Expand Up @@ -1362,6 +1373,7 @@ workflows:
- aztec-rpc: *yarn_project
- aztec-node: *yarn_project
- cli: *yarn_project
- boxes: *yarn_project
- key-store: *yarn_project
- merkle-tree: *yarn_project
- p2p: *yarn_project
Expand Down
12 changes: 12 additions & 0 deletions build_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,18 @@
"buildDir": "yarn-project",
"projectDir": "yarn-project/aztec.js"
},
"boxes": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/boxes/private-token/",
"dockerfile": "boxes/private-token/Dockerfile",
"rebuildPatterns": ["^yarn-project/boxes/"],
"dependencies": [
"aztec.js",
"cli",
"circuits.js",
"foundation"
]
},
"canary-build": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/canary",
Expand Down

0 comments on commit 4609309

Please sign in to comment.