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: don't install unnecessary deps #396

Merged
merged 2 commits into from
Jan 4, 2025

Conversation

N-R-K
Copy link
Collaborator

@N-R-K N-R-K commented Jan 2, 2025

the ci script is referenced in CONTRIBUTING.md as an example, so keep dependencies to a minimal.

also use meta-package like "build-base" on alpine instead of installing binutils, make etc seperately.

the ci script is referenced in CONTRIBUTING.md as an example, so
keep dependencies to a minimal.

also use meta-package like "build-base" on alpine instead of
installing binutils, make etc seperately.
@N-R-K
Copy link
Collaborator Author

N-R-K commented Jan 3, 2025

I noticed that there were couple warnings from github

image

Upgrading the actions/checkout version from v2.4.0 to v4.2.2 (latest) seems to make them go away.

If it's using semantic versioning scheme, then wouldn't it be better to do just v4 instead of hardcoding a minor+patch version as well?

use v4 rather than hardcoding minor+patch version as well.
@N-R-K N-R-K merged commit 07424e2 into resurrecting-open-source-projects:master Jan 4, 2025
18 checks passed
@N-R-K N-R-K deleted the ci-deps branch January 4, 2025 17:35
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