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

Clean up CI #38

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Clean up CI #38

merged 1 commit into from
Aug 9, 2024

Conversation

jchv
Copy link
Collaborator

@jchv jchv commented Aug 9, 2024

GitHub Actions pipeline is a little crowded. I don't think there's any particular reason to have multiple workflows, there's a fair bit of duplication. We'll reduce parallelism a bit to coalesce the formatting check, else we hit the Nix cache twice per CI run which is silly. We'll make it so that the clang-format check failing doesn't cancel the entire build at least. Hopefully this means that we'll still get an artifact back if the build succeeds.

Also update actions. The old official release actions are deprecated because GitHub is lazy, so we'll move to their recommended third-party action as I did on pangfiles.

@jchv jchv merged commit 7a09cf6 into master Aug 9, 2024
7 checks passed
@jchv jchv deleted the clean-ci branch August 9, 2024 01:24
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant