Skip to content

Conversation

@critesjosh
Copy link
Contributor

@critesjosh critesjosh commented Jan 29, 2026

Summary

  • Fixes the nightly-docs-release workflow which has been failing since Jan 27
  • Fixes the same issue in release-please workflow (preventive)

Problem

PR #19284 added a "Build aztec CLI" step that runs yarn-project/bootstrap.sh, but this fails because yarn-project has portal dependencies on noir/packages/ (e.g., @aztec/noir-acvm_js). This directory is only created by noir/bootstrap.sh and is not tracked in git.

Error:

Error: @aztec/noir-acvm_js@portal:../noir/packages/acvm_js: Manifest not found

Solution

Add a step to initialize the noir submodule and build the JS packages before running yarn-project bootstrap in both workflows.

Test plan

  • Trigger the nightly docs workflow manually and verify it succeeds

🤖 Generated with Claude Code

@critesjosh critesjosh force-pushed the josh/ecodr-725-fix-nightly-docs-releases branch from 28ab1a7 to 9b0eca7 Compare January 29, 2026 16:01
@critesjosh critesjosh marked this pull request as ready for review January 29, 2026 17:08
…flow

## Summary
- Fixes the nightly-docs-release workflow which has been failing since Jan 27
- Fixes the same issue in release-please workflow (preventive)

## Problem
PR #19284 added a "Build aztec CLI" step that runs `yarn-project/bootstrap.sh`, but this fails because yarn-project has portal dependencies on `noir/packages/` (e.g., `@aztec/noir-acvm_js`). This directory is only created by `noir/bootstrap.sh` and is not tracked in git.

**Error:**
```
Error: @aztec/noir-acvm_js@portal:../noir/packages/acvm_js: Manifest not found
```

## Solution
Add a step to initialize the noir submodule and build the JS packages before running yarn-project bootstrap in both workflows.

## Test plan
- [ ] Trigger the nightly docs workflow manually and verify it succeeds

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Josh Crites <jc@joshcrites.com>
@AztecBot AztecBot force-pushed the josh/ecodr-725-fix-nightly-docs-releases branch from 9b0eca7 to ccf9c1b Compare January 29, 2026 17:21
@AztecBot AztecBot enabled auto-merge January 29, 2026 17:21
@AztecBot AztecBot added this pull request to the merge queue Jan 29, 2026
Merged via the queue into next with commit d761aab Jan 29, 2026
17 checks passed
@AztecBot AztecBot deleted the josh/ecodr-725-fix-nightly-docs-releases branch January 29, 2026 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants