Skip to content

Commit

Permalink
[bazel] Rename repos.bzl to extensions.bzl
Browse files Browse the repository at this point in the history
This matches the convention for Bazel files which provide module
extensions.

Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt committed Dec 16, 2024
1 parent 37938d1 commit efbd579
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel.lock

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

File renamed without changes.
2 changes: 1 addition & 1 deletion third_party/tock/tock.MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

tock = use_extension("//third_party/tock:repos.bzl", "tock")
tock = use_extension("//third_party/tock:extensions.bzl", "tock")
use_repo(tock, "tock", "libtock", "elf2tab")

0 comments on commit efbd579

Please sign in to comment.