File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
* Depends on ` protobuf>=4.25.2,<5 ` for Python 3.11 and on
10
10
` 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.
11
12
12
13
## Breaking Changes
13
14
Original file line number Diff line number Diff line change 16
16
17
17
# This docker image is essentially pypa/manylinux2014 + bazel.
18
18
# 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
20
20
WORKDIR /build
21
21
CMD ["tfx_bsl/tools/docker_build/build_manylinux.sh"]
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
# A docker image that contains the PyPA manylinux2014 toolchain and
16
- # bazel 6.1 .0.
16
+ # bazel 6.5 .0.
17
17
# docker build -f Dockerfile.manylinux2014-bazel \
18
18
# --tag gcr.io/tfx-oss-public/manylinux2014-bazel .
19
19
# docker push gcr.io/tfx-oss-public/manylinux2014-bazel
@@ -25,5 +25,5 @@ WORKDIR /tmp/bazel_build
25
25
ENV PATH="/opt/python/cp39-cp39m/bin:${PATH}"
26
26
ENV EXTRA_BAZEL_ARGS="--host_javabase=@local_jdk//:jdk"
27
27
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
Original file line number Diff line number Diff line change 14
14
"""Contains the version string of tfx_bsl."""
15
15
16
16
# Note that setup.py uses this version.
17
- __version__ = '1.18 .0.dev'
17
+ __version__ = '1.17 .0.dev'
You can’t perform that action at this time.
0 commit comments