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

Initial layer caching implementation #95

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    c15af9f View commit details
    Browse the repository at this point in the history
  2. Initial layers create code

    Signed-off-by: Gavin Zhao <[email protected]>
    GZGavinZhao committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7a73f02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10e57e2 View commit details
    Browse the repository at this point in the history
  4. Initial resolver working

    Signed-off-by: Gavin Zhao <[email protected]>
    GZGavinZhao committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    72c0338 View commit details
    Browse the repository at this point in the history
  5. Take local repo into account

    Signed-off-by: Gavin Zhao <[email protected]>
    GZGavinZhao committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    df81136 View commit details
    Browse the repository at this point in the history
  6. Take emul32 into account when resolving deps

    Signed-off-by: Gavin Zhao <[email protected]>
    GZGavinZhao committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    dadbf33 View commit details
    Browse the repository at this point in the history
  7. Pull in Git for git sources

    Signed-off-by: Gavin Zhao <[email protected]>
    GZGavinZhao committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3edda31 View commit details
    Browse the repository at this point in the history
  8. Fix missing clang and (s)ccache

    Signed-off-by: Gavin Zhao <[email protected]>
    GZGavinZhao committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    97e7318 View commit details
    Browse the repository at this point in the history
  9. Cleanup incomplete layer if error/terminated

    Signed-off-by: Gavin Zhao <[email protected]>
    GZGavinZhao committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    905cc9c View commit details
    Browse the repository at this point in the history
  10. Use base58 to calculate hash and fix cleanup logic

    Signed-off-by: Gavin Zhao <[email protected]>
    GZGavinZhao committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e9fa710 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. fix: report error if failed to remove layer

    Signed-off-by: Gavin Zhao <[email protected]>
    GZGavinZhao committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d8d3681 View commit details
    Browse the repository at this point in the history