Skip to content

Commit 05e3cc8

Browse files
authored
Add detection for repo_metadata_has_reproducible (#113)
1 parent e71aba7 commit 05e3cc8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

features.bzl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ _external_deps = struct(
7979
# https://github.com/bazelbuild/bazel/commit/c796aba6ee36970956ea32b46a2f121bb4d1818a
8080
# https://github.com/bazelbuild/bazel/commit/e730201e6bf8d6c1c80433b5b42305c3167a8660
8181
extension_metadata_has_reproducible = ge_same_major("7.1.0") or ge("8.0.0-pre.20240213.1"),
82+
# Whether repository_ctx.repo_metadata has the reproducible parameter (#25938)
83+
# https://github.com/bazelbuild/bazel/commit/ad74aa5d9e29e7d4ab3043328ee25901be9e14f6
84+
# https://github.com/bazelbuild/bazel/commit/33ee3b5acebbfffe74ef2ab8c3f437cb38382843
85+
repo_metadata_has_reproducible = ge_same_major("8.3.0") or ge("9.0.0-pre.20250831.1"),
8286
# Whether repository_ctx#getenv exists (#19511)
8387
# Note: This primarily targets conditionally adding environ
8488
# attributes to repository rule declarations. Inside repository rule

0 commit comments

Comments
 (0)