diff --git a/.aspect/bazelrc/bazel7.bazelrc b/.aspect/bazelrc/bazel7.bazelrc index cfa30be34..212c26e7d 100644 --- a/.aspect/bazelrc/bazel7.bazelrc +++ b/.aspect/bazelrc/bazel7.bazelrc @@ -1,6 +1,8 @@ # Speed up all builds by not checking if external repository files have been modified. # Docs: https://github.com/bazelbuild/bazel/blob/1af61b21df99edc2fc66939cdf14449c2661f873/src/main/java/com/google/devtools/build/lib/bazel/repository/RepositoryOptions.java#L244 - +build --noexperimental_check_external_repository_files +fetch --noexperimental_check_external_repository_files +query --noexperimental_check_external_repository_files # Directories used by sandboxed non-worker execution may be reused to avoid unnecessary setup costs. # Save time on Sandbox creation and deletion when many of the same kind of action run during the diff --git a/patches/com_grail_bazel_toolchain.001.patch b/patches/com_grail_bazel_toolchain.001.patch index deec79c61..f4a32ce58 100644 --- a/patches/com_grail_bazel_toolchain.001.patch +++ b/patches/com_grail_bazel_toolchain.001.patch @@ -33,4 +33,4 @@ index a09616e..95f9280 100644 + allow_empty = True, ), # Do not include the .dylib files in the linker sandbox because they will - # not be available at runtime. Any library linked from the toolchain should \ No newline at end of file + # not be available at runtime. Any library linked from the toolchain should diff --git a/patches/com_grail_bazel_toolchain.patch b/patches/com_grail_bazel_toolchain.patch index 25f71e45d..764d6a32c 100644 --- a/patches/com_grail_bazel_toolchain.patch +++ b/patches/com_grail_bazel_toolchain.patch @@ -180,4 +180,4 @@ index 37bff8c..286efbf 100644 + "ld64.lld", "llvm-ar", "llvm-dwp", - "llvm-profdata", \ No newline at end of file + "llvm-profdata", diff --git a/third_party/github.com/smacker/go-tree-sitter/cc_library.patch b/third_party/github.com/smacker/go-tree-sitter/cc_library.patch index 0204ce76f..b569f94db 100644 --- a/third_party/github.com/smacker/go-tree-sitter/cc_library.patch +++ b/third_party/github.com/smacker/go-tree-sitter/cc_library.patch @@ -19,7 +19,7 @@ "scanner.c", ], cgo = True, -+ # cdeps = ["//:headers"], ++ cdeps = ["//:headers"], importpath = "github.com/smacker/go-tree-sitter/python", visibility = ["//visibility:public"], deps = ["//:go-tree-sitter"],