bazel: add Apple Clang 16 conflict (#47228)

This commit is contained in:
Adam J. Stewart 2024-10-28 09:11:59 +01:00 committed by GitHub
parent ff058377c5
commit e83536de38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,6 +140,9 @@ class Bazel(Package):
# Newer versions of grpc and abseil dependencies are needed but are not in bazel-4.0.0
conflicts("@4.0.0", when="%gcc@11:")
# https://github.com/bazelbuild/bazel/pull/23667
conflicts("%apple-clang@16:", when="@:7.3")
executables = ["^bazel$"]
# Download resources to perform offline build with bazel.