-
Notifications
You must be signed in to change notification settings - Fork 575
feat: aztec-up installs without docker #18665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
charlielye
wants to merge
20
commits into
next
Choose a base branch
from
cl/install_dockerless
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Contributor
Author
Flakey Tests🤖 says: This CI run detected 1 tests that failed, but were tolerated due to a .test_patterns.yml entry. |
Contributor
|
hi. Any chance we can have automatic aztec version selection by specifying the aztec version inside a dotfile per each project. Similar to gaztec: https://github.com/nemi-fi/gaztec |
d3ec352 to
03f7ef2
Compare
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
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.

Now we're shipping
bbin bb.js for supported architectures/os's, we can support installs without needing docker.The user does however need a distribution with:
make,gcc,python,git.Note: You will not be able to do backend proving as we don't ship
bb-avm. This is contract development only. Provers/validators are expected to still use the release image.This PR:
boxesandaztec-upno longer depends onrelease-image.aztec-upwith a local npm registry (verdaccio) that we prime with the monorepo packages.nargo@aztec/aztec,@aztec/cli-wallet,bbvia@aztec/bb.js../bootstrap.sh versionsoutputs all expected versions of relevant tools (used by aztec-up).boxesnow build and test without any requirement on a release image (they start the local network directly).npx aztec-createstuff from boxes.aztec-upand intoyarn-project/aztec/scripts/aztec.shand make it the entrypoint. The script was only every meant to abstract away the docker container but additional functionality made its way in. This functionality should probably all be TS code, but for now at least it's owned by the cli package. Extensions aretest,compile,new,init.TODO:
release-imageas it's no longer tested.bbandbb-no-avm(invert), and shipbbinbb.js, but in architecture specific packages (with wrapper package). Separating required as the binary with avm is 174mb. The no avm version of bb is really for crypto team workflow optimisation, so we should simplify.