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

#111 Use docker images for Clang compilers during CI jobs #112

Merged
merged 5 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 Clang 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 docker images for Clang.

@fktn-k fktn-k self-assigned this Sep 26, 2023
@fktn-k fktn-k merged commit fb0951d into develop Sep 26, 2023
103 checks passed
@fktn-k fktn-k deleted the feature/111_use_official_docker_image_for_clang branch September 26, 2023 18:20
@fktn-k fktn-k added the improvement refactoring or optimization without public API changes label Sep 26, 2023
@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