Skip to content

Commit eccb82a

Browse files
committed
Remove workaround for bazelbuild/bazel#15916.
The fix is included in all versions of Bazel starting with 6.0.
1 parent a254412 commit eccb82a

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

MODULE.bazel.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

elisp/repositories.bzl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ def _elisp_http_archive_impl(repository_ctx):
103103
stripPrefix = repository_ctx.attr.strip_prefix,
104104
)
105105
defs_bzl = str(repository_ctx.attr._defs_bzl)
106-
if not defs_bzl.startswith("@"):
107-
# Work around https://github.com/bazelbuild/bazel/issues/15916.
108-
defs_bzl = "@" + defs_bzl
109106
repository_ctx.template(
110107
"BUILD.bazel",
111108
Label("//elisp:BUILD.template"),

examples/ext/MODULE.bazel.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)