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 artifacts in all GitHub Actions when testing locally. #278

Merged
merged 6 commits into from
Oct 27, 2024

Commits on Oct 23, 2024

  1. Cache all GitHub Actions when running locally.

    While there, remove unnecessary paths from cache for Bazel job.
    
    Signed-off-by: Piotr Sikora <[email protected]>
    PiotrSikora committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ad8fed3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    51a8a35 View commit details
    Browse the repository at this point in the history
  2. review: re-add Cargo cache paths to Bazel job.

    It looks that those rules are not as hermetic as they should be.
    
    Signed-off-by: Piotr Sikora <[email protected]>
    PiotrSikora committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    65bfefb View commit details
    Browse the repository at this point in the history
  3. review: add BUILD file to cache key.

    Signed-off-by: Piotr Sikora <[email protected]>
    PiotrSikora committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    c7b904b View commit details
    Browse the repository at this point in the history
  4. review: remove .github/workflows/rust.yml from cache keys.

    Signed-off-by: Piotr Sikora <[email protected]>
    PiotrSikora committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    d3ced33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e63144d View commit details
    Browse the repository at this point in the history