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

#109 Use official docker image for GCC during CI jobs #110

Merged
merged 3 commits into from
Sep 26, 2023

Conversation

fktn-k
Copy link
Owner

@fktn-k fktn-k commented Sep 26, 2023

Before this PR, GitHub Actions workflows use GCC compilers which have been pre-installed into the self-hosted runner.
Since version management would be harder as development evolves, however, I've decided to change the management strategy to the one in which the workflows use the official docker images for GCC.
Similar workflows which use Clang compilers still uses the ones pre-installed into the self-hosted runner, which will also be changed to using some docker images.

@fktn-k fktn-k added the improvement refactoring or optimization without public API changes label Sep 26, 2023
@fktn-k fktn-k self-assigned this Sep 26, 2023
@fktn-k fktn-k merged commit 2aae9c9 into develop Sep 26, 2023
65 checks passed
@fktn-k fktn-k deleted the feature/109_use_official_docker_image_for_gcc branch September 26, 2023 14:09
@fktn-k fktn-k added this to the Release V0.0.1 milestone Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement refactoring or optimization without public API changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant