Bazel: fix patching of 4.2.4 (#42938)

This commit is contained in:
Adam J. Stewart 2024-03-02 19:29:18 +01:00 committed by GitHub
parent 4af9ec3d8a
commit e68a17f2c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,7 +101,7 @@ class Bazel(Package):
patch("cppcompileaction-0.3.2.patch", when="@:6 +nodepfail") patch("cppcompileaction-0.3.2.patch", when="@:6 +nodepfail")
# https://github.com/bazelbuild/bazel/issues/17956 # https://github.com/bazelbuild/bazel/issues/17956
patch("apple-clang-14.0.3.patch", when="@:5.4.0,6.0:6.1.1") patch("apple-clang-14.0.3.patch", when="@:4.2.3,5:6.1.1")
# https://github.com/bazelbuild/bazel/issues/17958 # https://github.com/bazelbuild/bazel/issues/17958
patch( patch(