Skip to content

Commit

Permalink
[BCR] fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdae committed Jun 18, 2024
1 parent ca14665 commit b370797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .bcr/metadata.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
}
],
"repository": [
"github:hexdae/bazel-arm-none-eabi",
"github:hexdae/toolchains_arm_gnu"
],
"versions": [],
Expand Down
4 changes: 1 addition & 3 deletions .github/tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ SHA=$(shasum -a 256 $ARCHIVE | awk '{print $1}')
cat << EOF
## MODULE.bazel
Feel free to pick only the toolchains you need. Default toolchains are provided
with `register_toolchains(@<arm_toolchain>//toolchain:all)` but registering them
is optional (especially when using custom toolchains)
Feel free to pick only the toolchains you need. Default toolchains are provided, but registering them is optional (especially when using custom toolchains)
\`\`\`starlark
bazel_dep(name = "toolchains_arm_gnu", version = "${TAG:1}")
Expand Down

0 comments on commit b370797

Please sign in to comment.