Skip to content

Commit

Permalink
chore: misc cleanup (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored May 8, 2024
1 parent 04118b5 commit 4e54529
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions e2e/external_dep/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "bazel_skylib", version = "1.4.2", dev_dependency = True)

# TODO: rules_js shouldn't be required in this module, as we don't reference it anywhere.
# However, on RBE only (!) we get an error:
# ERROR: /home/runner/work/rules_ts/rules_ts/e2e/external_dep/app/BUILD:4:11:
Expand All @@ -14,6 +12,7 @@ bazel_dep(name = "bazel_skylib", version = "1.4.2", dev_dependency = True)
# The repository '@[unknown repo 'aspect_rules_js' requested from @]' could not be resolved:
# No repository visible as '@aspect_rules_js' from main repository
bazel_dep(name = "aspect_rules_js", version = "1.37.1", dev_dependency = True)
bazel_dep(name = "bazel_skylib", version = "1.4.2", dev_dependency = True)

rules_ts_ext = use_extension("@aspect_rules_ts//ts:extensions.bzl", "ext", dev_dependency = True)
rules_ts_ext.deps()
Expand Down
2 changes: 0 additions & 2 deletions e2e/worker/WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
workspace(name = "worker")

local_repository(
name = "aspect_rules_ts",
path = "../..",
Expand Down

0 comments on commit 4e54529

Please sign in to comment.