Skip to content

Commit

Permalink
bazel: re-enable sandboxing
Browse files Browse the repository at this point in the history
\cockroachdb#79360 disable sandboxing for all things but code-gen; we've seen build
failures as a result. This commit reverts it while we investigate.

Release note: None
  • Loading branch information
irfansharif committed Apr 7, 2022
1 parent d40c144 commit 3b4fd10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ build:devdarwinx86_64 --config=dev
build:dev --workspace_status_command=./build/bazelutil/stamp.sh
build:dev --action_env=PATH
build:dev --host_action_env=PATH
build:dev --spawn_strategy=local --strategy=Genrule=sandboxed

try-import %workspace%/.bazelrc.user

Expand Down

0 comments on commit 3b4fd10

Please sign in to comment.