Skip to content

Commit 8212b0a

Browse files
committed
build_file_content
Assisted-by: Google Antigravity with Gemini
1 parent 722c9ad commit 8212b0a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

MODULE.bazel

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,8 @@ git_override(
8181
# reasonably closely rather than pinning to a specific release.
8282
# HEAD as of 2026-02-12.
8383
commit = "b20d7d0278059735bb8eb538ac51e13b58895c1a",
84-
patch_cmds = [
85-
"touch BUILD.bazel",
86-
"echo \"module(name='llvm-raw')\" > MODULE.bazel",
87-
],
84+
build_file_content = "# empty",
85+
patch_cmds = ["echo \"module(name='llvm-raw')\" > MODULE.bazel"],
8886
patch_strip = 1,
8987
patches = [
9088
"//bazel/llvm_project:0001_Patch_for_mallinfo2_when_using_Bazel_build_system.patch",

0 commit comments

Comments
 (0)