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

ci: Update caching mechanism and refactor the actions #248

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

Mossaka
Copy link
Member

@Mossaka Mossaka commented Dec 12, 2024

I noticed that our CI isn't caching the build artifacts and thus each build takes more than 20 minutes to build and test. This is an attempt to cache the successful build in GitHub.

This PR also reorganizes the GitHub Action files and renamed a bunch of symbols to keey a consistent style.

@Mossaka Mossaka changed the title .github/workflows/build: Update to use setup-rust-toolchain and cache key cI: Update to use setup-rust-toolchain and cache key Dec 12, 2024
@Mossaka Mossaka changed the title cI: Update to use setup-rust-toolchain and cache key ci: Update to use setup-rust-toolchain and cache key Dec 12, 2024
@Mossaka Mossaka changed the title ci: Update to use setup-rust-toolchain and cache key ci: Update caching mechanism and refactor the actions Dec 13, 2024
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
1. Renamed workflows to follow a consistent naming convention (`action-*`)
2. Extracted reusable workflows

Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
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