Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Sep 24, 2024
1 parent e273601 commit f0af46c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .aspect/bazelrc/bazel7.bazelrc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion patches/com_grail_bazel_toolchain.001.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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
# not be available at runtime. Any library linked from the toolchain should
2 changes: 1 addition & 1 deletion patches/com_grail_bazel_toolchain.patch
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ index 37bff8c..286efbf 100644
+ "ld64.lld",
"llvm-ar",
"llvm-dwp",
"llvm-profdata",
"llvm-profdata",
Original file line number Diff line number Diff line change
Expand Up @@ -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"],

0 comments on commit f0af46c

Please sign in to comment.