fix(deps): remove unused lazy_html that broke cold CI (and record the pitfall) #17
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
waiting-on-julian
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
thehansogroup/eltrix_web!17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs-warm-cache-pitfall"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Records the pitfall clark surfaced (oddie-apps/infrastructure#98): CI green rests on a warm branch-scoped cache because
lazy_htmlcannot be built cold in ci-elixir, so a green on a warm cache is not a green about the code and any cold path hits it. Also documents the two workflow consequences already landed (check skipped on tags, docker refusing a tag not on main) so the mental model is complete.docs(agents): a green build depends on a warm cacheto fix(deps): remove unused lazy_html that broke cold CI (and record the pitfall)