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

Attempt to speed up container builds #1088

Closed
wants to merge 6 commits into from
Closed

Commits on Nov 4, 2024

  1. Attempt to speed up container builds

    The lading container build right now is roughly 1 hour. This is a very
    long loop to wait on. Introduce cargo-chef and more aggressive caching
    to hopefully cut this time.
    
    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3aaced0 View commit details
    Browse the repository at this point in the history
  2. lowercase repo name

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0739137 View commit details
    Browse the repository at this point in the history
  3. actionlint

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2916958 View commit details
    Browse the repository at this point in the history
  4. hard code repo

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0a785b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. review

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    759c7c8 View commit details
    Browse the repository at this point in the history
  2. strip release build

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    bbc6155 View commit details
    Browse the repository at this point in the history