bazel: add Apple Clang 16 conflict (#47228)
This commit is contained in:
parent
ff058377c5
commit
e83536de38
@ -140,6 +140,9 @@ class Bazel(Package):
|
|||||||
# Newer versions of grpc and abseil dependencies are needed but are not in bazel-4.0.0
|
# Newer versions of grpc and abseil dependencies are needed but are not in bazel-4.0.0
|
||||||
conflicts("@4.0.0", when="%gcc@11:")
|
conflicts("@4.0.0", when="%gcc@11:")
|
||||||
|
|
||||||
|
# https://github.com/bazelbuild/bazel/pull/23667
|
||||||
|
conflicts("%apple-clang@16:", when="@:7.3")
|
||||||
|
|
||||||
executables = ["^bazel$"]
|
executables = ["^bazel$"]
|
||||||
|
|
||||||
# Download resources to perform offline build with bazel.
|
# Download resources to perform offline build with bazel.
|
||||||
|
Loading…
Reference in New Issue
Block a user