Skip to content

fix(ci): workaround broken caching mechanism upstream#1737

Merged
kolunmi merged 4 commits into
bazaar-org:mainfrom
renner0e:make-cache-work-again
Jul 12, 2026
Merged

fix(ci): workaround broken caching mechanism upstream#1737
kolunmi merged 4 commits into
bazaar-org:mainfrom
renner0e:make-cache-work-again

Conversation

@renner0e

Copy link
Copy Markdown
Member

The short explanation is that we either get a stale cache or never
restore a cache without this. We are hitting the former.

The bad part about this, is that cache is incremental only, but it would
get pruned when it reaches 10G.

I have no idea why bazaar itself is never cached, only the deps for some
reason. The build does not take long anyway, so this change as a whole
is purely for the love of the game.

renner0e added 3 commits July 12, 2026 21:16
The short explanation is that we either get a stale cache or never
restore a cache without this. We are hitting the former.

The bad part about this, is that cache is incremental only, but it would
get pruned when it reaches 10G.

I have no idea why bazaar itself is never cached, only the deps for some
reason. The build does not take long anyway, so this change as a whole
is purely for the love of the game.
we don't need anything here
@renner0e

Copy link
Copy Markdown
Member Author

search for "cache hit" here in this log
https://github.com/renner0e/bazaar/actions/runs/29204656419/job/86681881929

no need for this actually
@kolunmi

kolunmi commented Jul 12, 2026

Copy link
Copy Markdown
Collaborator

Thanks!

@kolunmi kolunmi merged commit e926a81 into bazaar-org:main Jul 12, 2026
2 checks passed
@renner0e renner0e deleted the make-cache-work-again branch July 12, 2026 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants