Skip to content

Commit

Permalink
bootstrap: don't automatically add --config dev for bazel
Browse files Browse the repository at this point in the history
`dev doctor` will guide you to do this if necessary. There is no real
reason to default to this. `--config crosslinux` is an even better
experience.

Epic: none
Release note: None
  • Loading branch information
rickystewart committed Nov 1, 2023
1 parent 8b34755 commit a96d4e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/bootstrap/bootstrap-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ curl -fsSL https://github.com/bazelbuild/bazelisk/releases/download/v1.10.1/baze
echo '4cb534c52cdd47a6223d4596d530e7c9c785438ab3b0a49ff347e991c210b2cd /tmp/bazelisk' | sha256sum -c -
chmod +x /tmp/bazelisk
sudo mv /tmp/bazelisk /usr/bin/bazel
echo "build --config=dev" > ~/.bazelrc

# Install the Unison file-syncer.
. bootstrap/bootstrap-unison.sh

0 comments on commit a96d4e1

Please sign in to comment.