Skip to content

Commit 6d22121

Browse files
committed
Bump the bazel version to 6.5.0.
PiperOrigin-RevId: 749566358
1 parent b982761 commit 6d22121

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
* Depends on `protobuf>=4.25.2,<5` for Python 3.11 and on
1010
`protobuf>=4.21.6,<6.0.0` for 3.9 and 3.10.
11+
* Bumped the minimum bazel version required to build `tfx_bsl` to 6.5.0.
1112

1213
## Breaking Changes
1314

tfx_bsl/tools/docker_build/Dockerfile.manylinux2010

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
# This docker image is essentially pypa/manylinux2014 + bazel.
1818
# TODO(b/272536553): Update filenames that include manylinux2010.
19-
FROM gcr.io/tfx-oss-public/manylinux2014-bazel:bazel-6.1.0
19+
FROM gcr.io/tfx-oss-public/manylinux2014-bazel:bazel-6.5.0
2020
WORKDIR /build
2121
CMD ["tfx_bsl/tools/docker_build/build_manylinux.sh"]

tfx_bsl/tools/docker_build/manylinux2010-bazel/Dockerfile.manylinux2010-bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# A docker image that contains the PyPA manylinux2014 toolchain and
16-
# bazel 6.1.0.
16+
# bazel 6.5.0.
1717
# docker build -f Dockerfile.manylinux2014-bazel \
1818
# --tag gcr.io/tfx-oss-public/manylinux2014-bazel .
1919
# docker push gcr.io/tfx-oss-public/manylinux2014-bazel
@@ -25,5 +25,5 @@ WORKDIR /tmp/bazel_build
2525
ENV PATH="/opt/python/cp39-cp39m/bin:${PATH}"
2626
ENV EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk"
2727
ENV BAZEL_LINKLIBS=-lstdc++:-lm
28-
RUN wget "https://github.com/bazelbuild/bazel/releases/download/6.1.0/bazel-6.1.0-installer-linux-x86_64.sh" && \
29-
/bin/bash ./bazel-6.1.0-installer-linux-x86_64.sh
28+
RUN wget "https://github.com/bazelbuild/bazel/releases/download/6.5.0/bazel-6.5.0-installer-linux-x86_64.sh" && \
29+
/bin/bash ./bazel-6.5.0-installer-linux-x86_64.sh

tfx_bsl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Contains the version string of tfx_bsl."""
1515

1616
# Note that setup.py uses this version.
17-
__version__ = '1.18.0.dev'
17+
__version__ = '1.17.0.dev'

0 commit comments

Comments
 (0)