© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Tim Jäger
Great post, one small suggestions: I believe build --incompatible_allow_tags_propagation should be common --incompatible_allow_tags_propagation so as to not invalidate the cache if bazel query is run.
build --incompatible_allow_tags_propagation
common --incompatible_allow_tags_propagation
bazel query
Alex Eagle
Co-Founder, Aspect Build
Thanks!