File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 102102# For debugging
103103# CUSTOM_BAZEL_OPTIONS="${CUSTOM_BAZEL_OPTIONS} --bazel_options=--subcommands"
104104
105- if [[ " ${target_platform} " == " osx-64" ]]; then
106- # Tensorflow doesn't cope yet with an explicit architecture (darwin_x86_64) on osx-64 yet.
107- TARGET_CPU=darwin
108- fi
109-
110105# Force static linkage with protobuf to avoid definition collisions,
111106# see https://github.com/conda-forge/jaxlib-feedstock/issues/89
112107#
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ requirements:
4242 # Keep bazel listed twice here to help the migrators track dependencies
4343 - bazel
4444 - bazel 7.*
45- - bazel-toolchain >=0.1.10
45+ - bazel-toolchain >=0.3.0
4646 # need protoc
4747 - libprotobuf
4848 # needs protoc-gen-grpc
You can’t perform that action at this time.
0 commit comments