Files
nixpkgs/pkgs/by-name/ba/bazel_8/patches/apple_cc_toolchain.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
942 B
Diff
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
diff --git a/MODULE.bazel b/MODULE.bazel
index b3dde1c838..a54bf8141d 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -36,10 +36,10 @@ bazel_dep(name = "abseil-cpp", version = "20240722.0.bcr.2")
bazel_dep(name = "rules_shell", version = "0.2.0")
bazel_dep(name = "chicory", version = "1.1.0")
-# Depend on apple_support first and then rules_cc so that the Xcode toolchain
-# from apple_support wins over the generic Unix toolchain from rules_cc.
-bazel_dep(name = "apple_support", version = "1.18.1")
+# Not Depend on apple_support first and then rules_cc so that the Xcode toolchain
+# from apple_support not wins over the generic Unix toolchain from rules_cc.
bazel_dep(name = "rules_cc", version = "0.1.1")
+bazel_dep(name = "apple_support", version = "1.18.1")
# repo_name needs to be used, until WORKSPACE mode is to be supported in bazel_tools
bazel_dep(name = "protobuf", version = "29.0", repo_name = "com_google_protobuf")