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

ref(docker): use cache mounts for build cache #8796

Merged
merged 5 commits into from
Sep 5, 2024
Merged

Commits on Aug 29, 2024

  1. ref(docker): leverage cache mount with bind mounts

    This update eliminates the need for external tools like `cargo-chef` to leverage caching layers, resulting in an average build time reduction of 4m30s (~36% improvement).
    
    While this solution doesn't fully resolve the issues mentioned in #6169 (comment), it represents the best possible approach without resorting to custom solutions, which we'd prefer to avoid.
    gustavovalverde committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2bd886c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    d2b79ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b513613 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. chore: improve comment legibility

    Co-authored-by: Arya <aryasolhi@gmail.com>
    gustavovalverde and arya2 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0c0381c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b24949 View commit details
    Browse the repository at this point in the history