Skip to content

Commit

Permalink
Merge #113585
Browse files Browse the repository at this point in the history
113585: bootstrap: don't automatically add `--config dev` for `bazel` r=rail a=rickystewart

`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

Co-authored-by: Ricky Stewart <ricky@cockroachlabs.com>
  • Loading branch information
craig[bot] and rickystewart committed Nov 1, 2023
2 parents 8cf0ca4 + a96d4e1 commit 13d81ca
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 13d81ca

Please sign in to comment.