Skip to content

Commit

Permalink
Do not announce platform repos as module dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mering committed Jan 17, 2025
1 parent a911e9e commit 3bdf85c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions oci/extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ def _oci_extension(module_ctx):
if mod.is_root:
deps = root_direct_dev_deps if module_ctx.is_dev_dependency(pull) else root_direct_deps
deps.append(pull.name)
for platform in pull.platforms:
deps.append("_".join([pull.name] + platform.split("/")))

for toolchains in mod.tags.toolchains:
if toolchains.name != "oci" and not mod.is_root:
Expand Down

0 comments on commit 3bdf85c

Please sign in to comment.