Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,6 @@ config_setting(


load("@rules_cc//cc:defs.bzl", "cc_library")
load("@rules_shell//shell:sh_test.bzl", "sh_test")

# benchmark.sh --branch dirty-tree gate (clean tree only when switching commits).
# Needs bash + git; skipped on Windows like other host-tool shell checks.
sh_test(
name = "benchmark_git_prep_test",
size = "small",
srcs = ["benchmark_git_prep_test.sh"],
data = ["benchmark.sh"],
deps = ["@rules_shell//shell/runfiles"],
target_compatible_with = select({
"//:build_windows": ["@platforms//:incompatible"],
"//conditions:default": [],
}),
)

genrule(
name = "doxygen_docs",
Expand Down
3 changes: 0 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ bazel_dep(name = "platforms", version = "1.1.0")
# Pin to the version the graph resolves (via rules_jvm_external) to avoid a
# direct-dependency mismatch warning on every invocation.
bazel_dep(name = "bazel_skylib", version = "1.9.0")
# sh_test for //:benchmark_git_prep_test (already pulled in transitively;
# pin directly so the load path stays stable).
bazel_dep(name = "rules_shell", version = "0.6.1")
bazel_dep(name = "googletest", version = "1.17.0.bcr.2")
bazel_dep(name = "pybind11_bazel", version = "3.0.1")
bazel_dep(name = "rules_python", version = "2.0.1")
Comment thread
tameware marked this conversation as resolved.
Expand Down
Loading
Loading