Skip to content

Commit

Permalink
build: Add PATH to .bazelrc for dev builds.
Browse files Browse the repository at this point in the history
Release note: none
  • Loading branch information
benbardin committed Jan 12, 2022
1 parent f68a5a7 commit 5d04151
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ build:devdarwinx86_64 --platforms=//build/toolchains:darwin_x86_64
build:devdarwinx86_64 --config=dev
build:dev --define cockroach_bazel_dev=y
build:dev --stamp --workspace_status_command=./build/bazelutil/stamp.sh
build:dev --action_env=PATH
build:dev --host_action_env=PATH

build:nonogo --define cockroach_nonogo=y
# vi: ft=sh

0 comments on commit 5d04151

Please sign in to comment.