Skip to content

Commit

Permalink
Add extra bootstrap hint to gn_build.sh (project-chip#2643)
Browse files Browse the repository at this point in the history
This is pretty confusing right now due to the transition, and has
tripped up multiple people. Add an extra note before bootstrap about
what "run bootstrap" means for us.
  • Loading branch information
mspang authored Sep 16, 2020
1 parent 26657e3 commit d6523c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gn_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ _chip_banner "Environment bringup"

git -C "$CHIP_ROOT" submodule update --init

# TODO: Fix pigweed to bootstrap if necessary in activate.sh.
echo
echo "NB: If this fails run \"source scripts/bootstrap.sh\""

source "$CHIP_ROOT/scripts/activate.sh"

_chip_banner "Instructions"
Expand Down

0 comments on commit d6523c8

Please sign in to comment.