Skip to content
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

Add extra bootstrap hint to gn_build.sh #2643

Merged
merged 1 commit into from
Sep 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add extra bootstrap hint to gn_build.sh
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 committed Sep 14, 2020
commit 70328c7c66e20adba37863685a27359e3b4c74a5
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