From 46093092f13a1d5d42ab4adcb35cb089ef01161d Mon Sep 17 00:00:00 2001 From: Dan Lee Date: Thu, 14 Sep 2023 10:17:47 -0400 Subject: [PATCH] Revert "remove CI integration for now" This reverts commit 2d4a73d25790b4ab491a11a1f5032f3da200558e. --- .circleci/config.yml | 12 ++++++++++++ build_manifest.json | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 41e28e5d328..aec1806fd56 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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 diff --git a/build_manifest.json b/build_manifest.json index 3a24db1ef01..1b20f576e96 100644 --- a/build_manifest.json +++ b/build_manifest.json @@ -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",