Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Tag generated aliases as manual (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco authored Feb 24, 2022
1 parent 9b412e2 commit 9837ee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rendering/templates/module_build_file.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ filegroup(
alias(
name = "{{ rename | default(value=crate.name) }}",
actual = "{{ crate_label(name = crate.name, version = crate.version, target = crate.library_target_name) }}",
tags = ["manual"],
)
{%- endif %}
{%- endfor %}
Expand All @@ -39,6 +40,7 @@ alias(
alias(
name = "{{ rename | default(value=crate.name) }}__{{ target.crate_name }}",
actual = "{{ crate_label(name = crate.name, version = crate.version, target = target.crate_name ~ '__bin') }}",
tags = ["manual"],
)
{%- endif %}
{%- endfor %}
Expand Down

0 comments on commit 9837ee5

Please sign in to comment.