Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 80827c7

Browse files
authored
chore(bazel): don't stamp yq rule for wolfi base images (#63470)
While staring at execution logs locally I noticed that the stamp files stable-status.txt and volatile-status.txt were inputs to targets such as `//wolfi-images/sourcegraph-base:wolfi_config`, causing these `yq` targets to be executed every time `--stamp` changes or stable stamp vars change. I don't know how this interacts with BwoB. Will ask in the Bazel slack for clarification https://bazelbuild.slack.com/archives/CA31HN1T3/p1719324079626239 ## Test plan `bazel build` on an oci_image target works fine, confirmed by CI ## Changelog
1 parent 6cc3b61 commit 80827c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wolfi-images/defs.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def wolfi_base(name = "wolfi", target = None):
1414
"//wolfi-images:sourcegraph-template.yaml",
1515
],
1616
visibility = ["//visibility:private"],
17+
stamp = 0,
1718
)
1819

1920
apko_image(

0 commit comments

Comments
 (0)