Skip to content

Commit a196dc9

Browse files
Merge pull request #1876 from tensorflow/minglotus-6-patch-1
Use bazel 0.24.1 in r2.1
2 parents f3818e8 + 0e67d6b commit a196dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ tf_serving_workspace()
4040

4141
# Specify the minimum required bazel version.
4242
load("@org_tensorflow//tensorflow:version_check.bzl", "check_bazel_version_at_least")
43-
check_bazel_version_at_least("0.29.1")
43+
check_bazel_version_at_least("0.24.1")

0 commit comments

Comments
 (0)