You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
closes: #1248
- Adds a build step before yarn project base that compiles the noir
contracts using the nightly compiler version.
- Adds an ephemeral layer to yarn project base to process the noir
artifacts.
## Dependencies
Uses the following build system pr in order to use multi stage builds of
yarn project base.
AztecProtocol/build-system#16
# Checklist:
- [x] I have reviewed my diff in github, line by line.
- [x] Every change is related to the PR description.
- [x] I have
[linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
this pull request to the issue(s) that it resolves.
- [x] There are no unexpected formatting changes, superfluous debug
logs, or commented-out code.
- [ ] The branch has been merged or rebased against the head of its
merge target.
- [ ] I'm happy for the PR to be merged at the reviewer's next
convenience.
---------
Co-authored-by: ludamad <adam.domurad@gmail.com>
Currently noir artifact rebuilding is halting alot of prs with merge issues, instead these artifacts should be built as part of the ci pipeline.
The text was updated successfully, but these errors were encountered: