Skip to content

Commit

Permalink
fix: add types to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Jul 30, 2023
1 parent 6a98339 commit d804a0f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,17 @@ jobs:
name: "Build and test"
command: cond_spot_run_build noir-contracts-build 32

noir-contracts-types:
docker:
- image: aztecprotocol/alpine-build-image
resource_class: small
steps:
- *checkout
- *setup_env
- run:
name: "Build and test"
command: cond_spot_run_build noir-contracts-types 32

noir-contracts:
machine:
image: ubuntu-2004:202010-01
Expand Down Expand Up @@ -1081,14 +1092,16 @@ workflows:
<<: *defaults

- l1-contracts: *defaults
- noir-contracts-build: *defaults

- yarn-project-base:
requires:
- circuits-wasm-linux-clang
- l1-contracts
- noir-contracts-build
<<: *defaults

- noir-contracts-build: *yarn_project
- noir-contracts-types: *yarn_project
- aztec-js: *yarn_project
- end-to-end: *yarn_project
- ethereum: *yarn_project
Expand Down
13 changes: 13 additions & 0 deletions build_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,19 @@
"noir-compiler"
]
},
"noir-contracts-types": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/noir-contracts",
"dockerfile": "noir-contracts/Dockerfile.types",
"rebuildPatterns": [
"^yarn-project/noir-contracts/"
],
"dependencies": [
"aztec.js",
"foundation",
"noir-compiler"
]
},
"noir-contracts": {
"buildDir": "yarn-project",
"projectDir": "yarn-project/noir-contracts",
Expand Down

0 comments on commit d804a0f

Please sign in to comment.