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

GitHub CI does not support clang less than 9 for Ubuntu #2238

Closed
ekrich opened this issue Apr 1, 2021 · 3 comments
Closed

GitHub CI does not support clang less than 9 for Ubuntu #2238

ekrich opened this issue Apr 1, 2021 · 3 comments

Comments

@ekrich
Copy link
Member

ekrich commented Apr 1, 2021

As of March 29th clang-format 6 is not found for Ubuntu 16.04, 18.04, and 20.04.

If we want to continue to support clang 6 as the minimum supported version we must install it in the CI scripts.

actions/runner-images#2950

@ekrich
Copy link
Member Author

ekrich commented Apr 2, 2021

I wonder if we could put something in to cancel runs - I can't believe there is not a button to kill a run.
https://github.com/marketplace/actions/cancel-workflow-action

@ekrich
Copy link
Member Author

ekrich commented Apr 2, 2021

As long as all the tests that use clang are using the Docker containers, they are using clang 6. If this is the case then PR will close this issue. #2240

@WojciechMazur
Copy link
Contributor

Fixed in #2240

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

No branches or pull requests

2 participants