Skip to content

Commit

Permalink
[6.4.0] Create .bazelversion to address postsubmit timeout issues (ba…
Browse files Browse the repository at this point in the history
  • Loading branch information
iancha1992 authored Sep 6, 2023
1 parent 173199c commit eea0909
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6.2.1
5 changes: 4 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ filegroup(
"//third_party:srcs",
"//src/main/starlark/tests/builtins_bzl:srcs",
"//src/main/java/com/google/devtools/build/docgen/release:srcs",
] + glob([".bazelci/*"]) + [".bazelrc"],
] + glob([".bazelci/*"]) + [
".bazelrc",
".bazelversion",
],
applicable_licenses = ["@io_bazel//:license"],
visibility = ["//src/test/shell/bazel:__pkg__"],
)
Expand Down

0 comments on commit eea0909

Please sign in to comment.