Skip to content

Conversation

@mortenmj
Copy link

@mortenmj mortenmj commented Feb 1, 2026

Marking this repo rule as reproducible opts it in to using the remote repository content cache, allowing users to avoid materializing it locally

@aspect-workflows
Copy link

aspect-workflows bot commented Feb 1, 2026

Bazel 7 (Test)

All tests were cache hits

1 test (100.0%) was fully cached saving 50ms.


Bazel 8 (Test)

All tests were cache hits

1 test (100.0%) was fully cached saving 50ms.


Bazel 9 (Test)

All tests were cache hits

1 test (100.0%) was fully cached saving 35ms.

_prepare_node(repository_ctx)

if hasattr(repository_ctx, "repo_metadata"):
return repository_ctx.repo_metadata(reproducible = True)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Normally reproducible would only be set if all the .download() calls specify the sha256. Maybe _download_node should be changed to return reproducible iff the download call(s) all specify a sha?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants