fix(aztec-up): install noir-profiler alongside nargo#20896
Merged
nchamo merged 1 commit intomerge-train/fairiesfrom Feb 26, 2026
Merged
fix(aztec-up): install noir-profiler alongside nargo#20896nchamo merged 1 commit intomerge-train/fairiesfrom
nchamo merged 1 commit intomerge-train/fairiesfrom
Conversation
nchamo
commented
Feb 26, 2026
Comment on lines
+56
to
60
| echo -e " ${bold}${g}bb${r} - the version of the barretenberg proving backend compatible with this version of aztec." | ||
| echo -e " ${bold}${g}aztec${r} - a collection of tools to compile and test contracts, to launch subsystems and interact with the aztec network." | ||
| echo -e " ${bold}${g}aztec-up${r} - a tool to install and manage aztec toolchain versions." | ||
| echo -e " ${bold}${g}aztec-wallet${r} - our minimalistic CLI wallet" | ||
| echo |
Contributor
Author
There was a problem hiding this comment.
Just moved them a little to the right, to make sure they are all still aligned
charlielye
approved these changes
Feb 26, 2026
Collaborator
|
✅ Successfully backported to backport-to-v4-staging #20906. |
This was referenced Feb 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
noir-profilerbinary to theinstall_noirfunction inaztec-up, so it gets installed alongsidenargo.aztec profile flamegraphfails withspawn noir-profiler ENOENT.noir-profileras an installed tool.