Skip to content

Commit

Permalink
[RENAME] toolchains_arm_gnu (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdae committed Jun 18, 2024
1 parent edd6416 commit 151356e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .bcr/metadata.template.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"homepage": "https://github.com/hexdae/bazel-arm-none-eabi",
"homepage": "https://github.com/hexdae/toolchains_arm_gnu",
"maintainers": [
{
"name": "Davide Asnaghi",
Expand All @@ -8,7 +8,7 @@
}
],
"repository": [
"github:hexdae/bazel-arm-none-eabi"
"github:hexdae/toolchains_arm_gnu"
],
"versions": [],
"yanked_versions": {}
Expand Down
6 changes: 3 additions & 3 deletions .github/tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ TAG=${GITHUB_REF_NAME}
# The prefix is chosen to match what GitHub generates for source archives
# This guarantees that users can easily switch from a released artifact to a source archive
# with minimal differences in their code (e.g. strip_prefix remains the same)
PREFIX="bazel-arm-none-eabi-${TAG:1}"
ARCHIVE="bazel-arm-none-eabi-$TAG.tar.gz"
PREFIX="toolchains_arm_gnu-${TAG:1}"
ARCHIVE="toolchains_arm_gnu-$TAG.tar.gz"

# NB: configuration for 'git archive' is in /.gitattributes
git archive --format=tar --prefix=${PREFIX}/ ${TAG} | gzip > $ARCHIVE
Expand Down Expand Up @@ -62,7 +62,7 @@ git_repository(
git_repository(
name = "arm_none_eabi",
remote = "https://github.com/hexdae/bazel-arm-none-eabi",
remote = "https://github.com/hexdae/toolchains_arm_gnu",
branch = "master",
)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
release:
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v6
with:
release_files: bazel-arm-none-eabi-*.tar.gz
release_files: toolchains_arm_gnu-*.tar.gz
release_prep_command: .github/tools/release.sh
prerelease: false
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<p align="center">

<a href="https://github.com/d-asnaghi/bazel-arm-none-eabi/blob/master/LICENSE">
<img alt="GitHub license" src="https://img.shields.io/github/license/d-asnaghi/bazel-arm-none-eabi?color=success">
<a href="https://github.com/d-asnaghi/toolchains_arm_gnu/blob/master/LICENSE">
<img alt="GitHub license" src="https://img.shields.io/github/license/d-asnaghi/toolchains_arm_gnu?color=success">
</a>

<a href="https://github.com/d-asnaghi/bazel-arm-none-eabi/stargazers">
<img alt="GitHub stars" src="https://img.shields.io/github/stars/d-asnaghi/bazel-arm-none-eabi?color=success">
<a href="https://github.com/d-asnaghi/toolchains_arm_gnu/stargazers">
<img alt="GitHub stars" src="https://img.shields.io/github/stars/d-asnaghi/toolchains_arm_gnu?color=success">
</a>

<a href="https://github.com/d-asnaghi/bazel-arm-none-eabi/issues">
<img alt="GitHub issues" src="https://img.shields.io/github/issues/d-asnaghi/bazel-arm-none-eabi">
<a href="https://github.com/d-asnaghi/toolchains_arm_gnu/issues">
<img alt="GitHub issues" src="https://img.shields.io/github/issues/d-asnaghi/toolchains_arm_gnu">
</a>

<a href="https://github.com/d-asnaghi/bazel-arm-none-eabi/actions">
<img alt="CI" src="https://github.com/hexdae/bazel-arm-none-eabi/actions/workflows/ci.yml/badge.svg">
<a href="https://github.com/d-asnaghi/toolchains_arm_gnu/actions">
<img alt="CI" src="https://github.com/hexdae/toolchains_arm_gnu/actions/workflows/ci.yml/badge.svg">
</a>

</p>
Expand Down Expand Up @@ -103,7 +103,7 @@ git_repository(

git_repository(
name = "arm_none_eabi",
remote = "https://github.com/hexdae/bazel-arm-none-eabi",
remote = "https://github.com/hexdae/toolchains_arm_gnu",
branch = "master",
)

Expand Down

0 comments on commit 151356e

Please sign in to comment.