Skip to content

Commit

Permalink
chore: remove git overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Sep 29, 2023
1 parent 835b5d1 commit 594dcb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 28 deletions.
17 changes: 2 additions & 15 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,5 @@ module(
bazel_dep(name = "rules_cc", version = "0.0.8")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "magic_enum", version = "0.9.3")
bazel_dep(name = "ecsact_runtime", version = "0.5.1")
bazel_dep(name = "ecsact_parse", version = "0.3.0")

git_override(
module_name = "ecsact_parse",
commit = "4ade8b03b049bc72ffd080658e20fa95625d62ce",
remote = "https://github.com/ecsact-dev/ecsact_parse",
)

# TODO: https://github.com/ecsact-dev/ecsact_runtime/pull/202
git_override(
module_name = "ecsact_runtime",
commit = "9067827b8bce245dd64220310c6a8080ad3481b0",
remote = "https://github.com/ecsact-dev/ecsact_runtime",
)
bazel_dep(name = "ecsact_runtime", version = "0.5.2")
bazel_dep(name = "ecsact_parse", version = "0.3.3")
16 changes: 3 additions & 13 deletions test/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ module(name = "ecsact_interpret_test")
bazel_dep(name = "rules_cc", version = "0.0.8")
bazel_dep(name = "bazel_skylib", version = "1.4.2")
bazel_dep(name = "googletest", version = "1.14.0")
bazel_dep(name = "ecsact_parse", version = "0.3.3")
bazel_dep(name = "ecsact_runtime", version = "0.5.2")

bazel_dep(name = "bazel_sundry")
bazel_dep(name = "ecsact_interpret")

Expand All @@ -12,19 +15,6 @@ git_override(
remote = "https://github.com/seaube/bazel_sundry",
)

git_override(
module_name = "ecsact_parse",
commit = "4ade8b03b049bc72ffd080658e20fa95625d62ce",
remote = "https://github.com/ecsact-dev/ecsact_parse",
)

# TODO: https://github.com/ecsact-dev/ecsact_runtime/pull/202
git_override(
module_name = "ecsact_runtime",
commit = "9067827b8bce245dd64220310c6a8080ad3481b0",
remote = "https://github.com/ecsact-dev/ecsact_runtime",
)

local_path_override(
module_name = "ecsact_interpret",
path = "..",
Expand Down

0 comments on commit 594dcb4

Please sign in to comment.