Skip to content

Commit

Permalink
Add .bazelversion
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy committed Apr 5, 2023
1 parent ee41c89 commit 64bcc25
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .bazelci/postsubmit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
bazel: "5.4.0"
tasks:
centos7_java11_devtoolset10:
shell_commands:
Expand Down
1 change: 0 additions & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
bazel: "5.4.0"
tasks:
centos7_java11_devtoolset10:
shards: 4
Expand Down
1 change: 1 addition & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5.4.0
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ filegroup(
"//tools:srcs",
"//third_party:srcs",
"//src/main/starlark/tests/builtins_bzl:srcs",
] + glob([".bazelci/*"]) + [".bazelrc"],
] + glob([".bazelci/*"]) + [".bazelrc", ".bazelversion"],
visibility = ["//src/test/shell/bazel:__pkg__"],
)

Expand Down

0 comments on commit 64bcc25

Please sign in to comment.