Skip to content

Commit f69cca4

Browse files
committed
chore: disable gazelle fs caching with watchman due to aspect-gazelle issue
See aspect-build/aspect-gazelle#140
1 parent 5df2a61 commit f69cca4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bazel/include/go.MODULE.bazel

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ single_version_override(
1717
patches = [
1818
"//patches:gazelle-branded.patch",
1919
"//patches:gazelle-gitignore.patch",
20-
"//patches:gazelle-watchman.patch",
20+
# Disabled due to https://github.com/aspect-build/aspect-gazelle/issues/140
21+
# "//patches:gazelle-watchman.patch",
2122
],
2223
)
2324

@@ -70,7 +71,8 @@ go_deps.module_override(
7071
patches = [
7172
"//patches:gazelle-branded.patch",
7273
"//patches:gazelle-gitignore.patch",
73-
"//patches:gazelle-watchman.patch",
74+
# Disabled due to https://github.com/aspect-build/aspect-gazelle/issues/140
75+
# "//patches:gazelle-watchman.patch",
7476
],
7577
path = "github.com/bazelbuild/bazel-gazelle",
7678
)

0 commit comments

Comments
 (0)