Skip to content

Commit

Permalink
chore: remove local path override
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Dec 10, 2024
1 parent a6c4a62 commit ef6edc6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions bazel/common.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ build --enable_platform_specific_config
build --incompatible_enable_cc_toolchain_resolution
build --incompatible_strict_action_env
build --enable_runfiles
build --noincompatible_remove_rule_name_parameter
query --noincompatible_remove_rule_name_parameter

common:ci --announce_rc
common:ci --verbose_failures
Expand Down
6 changes: 0 additions & 6 deletions test/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ local_path_override(

bazel_dep(name = "toolchains_llvm", version = "1.2.0", dev_dependency = True)
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)

git_override(
module_name = "hedron_compile_commands",
commit = "204aa593e002cbd177d30f11f54cff3559110bb9",
Expand All @@ -26,8 +25,3 @@ register_toolchains(
"@llvm_toolchain//:all",
dev_dependency = True,
)

local_path_override(
module_name = "ecsact_runtime",
path = "../../ecsact_runtime",
)

0 comments on commit ef6edc6

Please sign in to comment.