This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Commit 80827c7
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
## Changelog1 parent 6cc3b61 commit 80827c7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments