Skip to content

Commit

Permalink
fix: install aztec-builder (#6149)
Browse files Browse the repository at this point in the history
Adds `aztec-builder` to the list of installable binaries
  • Loading branch information
alexghr authored May 2, 2024
1 parent 3910314 commit 0497dcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aztec-up/bin/aztec-install
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function title() {
echo -e " ${bold}${g}aztec-nargo${r} - aztec's build of nargo, the noir compiler toolchain."
echo -e " ${bold}${g}aztec-sandbox${r} - a wrapper around docker-compose that launches services needed for sandbox testing."
echo -e " ${bold}${g}aztec-up${r} - a tool to upgrade the aztec toolchain to the latest, or specific versions."
echo -e " ${bold}${g}aztec-builder${r} - a tool to generate typescript interfaces of Noir contracts"
echo
read -p "Do you wish to continue? (y/n)" -n 1 -r
echo
Expand Down Expand Up @@ -106,6 +107,7 @@ if [ -z "${SKIP_PULL:-}" ]; then
info "Pulling aztec version $VERSION..."
pull_container aztec
pull_container noir
pull_container aztec-builder
fi

# Download the Docker Compose file. Used by aztec.
Expand All @@ -124,6 +126,7 @@ install_bin aztec
install_bin aztec-sandbox
install_bin aztec-up
install_bin aztec-nargo
install_bin aztec-builder

function update_path_env_var {
TARGET_DIR="${1}"
Expand Down

0 comments on commit 0497dcf

Please sign in to comment.