Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache generate-assets output in CI #1081

Merged
merged 8 commits into from Mar 9, 2024

Commits on Mar 8, 2024

  1. Copy the full SHA
    8db862d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    98ce578 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4f367bf View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    92208a9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    141dc25 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. fix: include date in assets cache key

    Caches cannot be overwritten after their creation, so the date ensures the cache is refreshed daily. This is especially true since `deploy.yml` is scheduled to run daily anyways, so there will always be a cache available for `ci.yml`.
    BD103 committed Mar 9, 2024
    Copy the full SHA
    fc8ec06 View commit details
    Browse the repository at this point in the history
  2. chore!: don't cache crates.io data dump

    I don't think `deploy.yml` should use any cached data, in case it ever becomes invalid. This is why `deploy.yml` only stores the cache. By deleting the crates.io cache, it may increase deploy times. If this becomes an issue, I'll make a follow-up PR and undo this change.
    BD103 committed Mar 9, 2024
    Copy the full SHA
    1914571 View commit details
    Browse the repository at this point in the history
  3. Revert "chore!: don't cache crates.io data dump"

    This reverts commit 1914571.
    BD103 committed Mar 9, 2024
    Copy the full SHA
    30a809e View commit details
    Browse the repository at this point in the history