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

chore(GitHub): Refactor build/test workflow #904

Merged
merged 1 commit into from
Nov 17, 2022

Commits on Nov 17, 2022

  1. chore(GitHub): Refactor build/test workflow

    Our current builds are currently unstable because we run out of disk
    space on the default GitHub Actions builders.
    
    While we could start trying to be clever and purge various resources
    between steps - it's simpler to refactor the build into mutliple
    independent steps.
    
    For now we're going to use a "shared-for-the-platform" cache based on
    the hash of the Cargo.lock. I plan to follow up with a little more
    rigerous of a cache-key system that can also naturally expire a little
    sooner to ensure everything is still buildable - but for now, lets get
    spin building consistently again.
    
    Signed-off-by: Danielle Lancashire <dani@builds.terrible.systems>
    endocrimes committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    445906d View commit details
    Browse the repository at this point in the history