Skip to content

Commit

Permalink
Add comment referring to bazelbuild/bazel#24829
Browse files Browse the repository at this point in the history
  • Loading branch information
phst committed Jan 5, 2025
1 parent 2222c05 commit 61c3f7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion elisp/extensions.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023, 2024 Google LLC
# Copyright 2023, 2024, 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -84,6 +84,9 @@ def _elisp_http_archive_impl(ctx):
executable = False,
)

# FIXME: Remove this rule and inline its implementation once
# https://github.com/bazelbuild/bazel/issues/24829 is fixed in all supported
# versions of Bazel.
_elisp_http_archive = repository_rule(
doc = _HTTP_ARCHIVE_DOC.format(kind = "repository rule"),
attrs = _HTTP_ARCHIVE_ATTRS | {
Expand Down
2 changes: 1 addition & 1 deletion examples/ext/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 61c3f7c

Please sign in to comment.