Skip to content

Commit

Permalink
bazel: upgrade to bazel 5.0.0
Browse files Browse the repository at this point in the history
Closes #75796.

Release note: None
  • Loading branch information
rickystewart committed Feb 14, 2022
1 parent 950af70 commit 944d04b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build --define gotags=bazel,gss
build --experimental_proto_descriptor_sets_include_source_info
build --incompatible_strict_action_env --incompatible_enable_cc_toolchain_resolution
build --symlink_prefix=_bazel/ --experimental_no_product_name_out_symlink
build --symlink_prefix=_bazel/
test --config=test --experimental_ui_max_stdouterr_bytes=10485760
build:with_ui --define cockroach_with_ui=y
build:test --define crdb_test=y
Expand Down
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cockroachdb/4.2.1
cockroachdb/5.0.0

0 comments on commit 944d04b

Please sign in to comment.