Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extensions: gate module_ctx.extension_metadata(reproducible = ...) appropriately #254

Closed
wants to merge 1 commit into from

Conversation

rrbutani
Copy link

reproducible was added in Bazel 7.1.0; gating this argument allows older Bazel versions to use rules_cc v0.0.13 and newer.

Note that this change (use of reproducible) came from Bazel itself in bazelbuild/bazel#22335; it made its way over to rules_cc via c2549f6 (see bazelbuild/bazel@1c4e78a).

More context here.

…appropriately

`reproducible` was added in Bazel 7.1.0; gating this argument allows
older Bazel versions to use rules_cc 0.0.13 and newer.

Note that this change (use of `reproducible`) came from Bazel itself in
bazelbuild/bazel#22335; it made its way over to `rules_cc` via
bazelbuild@c2549f6
(see bazelbuild/bazel@1c4e78a).

More context [here](bazel-contrib/toolchains_llvm#389 (comment)).
@rrbutani rrbutani force-pushed the fix/gate-reproducible-arg branch from 14a11be to 55fc267 Compare October 11, 2024 21:31
@rrbutani rrbutani marked this pull request as ready for review October 11, 2024 21:33
@rrbutani
Copy link
Author

Closing in favor of #255; cc: @fmeum.

@rrbutani rrbutani closed this Oct 12, 2024
@rrbutani rrbutani deleted the fix/gate-reproducible-arg branch October 12, 2024 17:10
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.

1 participant