bazel: conflict with gcc 13 (#43504)

This commit is contained in:
Harmen Stoppels 2024-04-05 14:24:06 +02:00 committed by GitHub
parent 411576e1fa
commit 558a28bf52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -131,6 +131,8 @@ class Bazel(Package):
# Bazel-4.0.0 does not compile with gcc-11
# 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/issues/18642
conflicts("@:6", when="%gcc@13:")
executables = ["^bazel$"]