-
Notifications
You must be signed in to change notification settings - Fork 45
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
Docker build fails #36
Comments
Oops, we're using Trivial fix, although it would change the versions of clang-tidy |
This still fails, even when specifying ubuntu-20.04 |
I'll pin to ubuntu-20.04 for now. |
thank you for the quick response and fix |
* reason: we're using ubuntu:latest which is now 22.04 and has different clang-tidy packages: https://packages.ubuntu.com/search?keywords=clang-tidy&searchon=names&suite=jammy§ion=all . The fix would be changing it back to ubuntu-20.04 * for more details, see ZedThree/clang-tidy-review#36
* [AD-721] resolve build error * reason: we're using ubuntu:latest which is now 22.04 and has different clang-tidy packages: https://packages.ubuntu.com/search?keywords=clang-tidy&searchon=names&suite=jammy§ion=all . The fix would be changing it back to ubuntu-20.04 * for more details, see ZedThree/clang-tidy-review#36 * [AD-721] updating PR template * [AD-721] update checks.yml * update to newest release: ZedThree/[email protected] * [AD-721] change ubuntu version in docker file * [AD-721] change ubuntu version in docker file * revert back to 20.04. This is an attempt to resolve the build errors * [AD-721] move clang check to linux build * [AD-721] fix linux-build.yml * [AD-721] remove checks.yml * since we moved clang-tidy to somewhere else, checks.yml is no longer needed * [AD-721] move clang-check after cppcheck * [AD-721] generate compile_commands.json * compile_commands.json is needed for clang to correctly find macros and .h files * [AD-721] attempt to fix clang-tidy cmake command error * [AD-721] upload pre-generated compile_commands.json for clang-tidy * [AD-721] temporarily disable cmake_command in clang-tidy-review * [AD-721] remove clang-tidy check * add Jira ticket reference for enabling clang-tidy check (TODO)
* [AD-721] resolve build error * reason: we're using ubuntu:latest which is now 22.04 and has different clang-tidy packages: https://packages.ubuntu.com/search?keywords=clang-tidy&searchon=names&suite=jammy§ion=all . The fix would be changing it back to ubuntu-20.04 * for more details, see ZedThree/clang-tidy-review#36 * [AD-721] updating PR template * [AD-721] update checks.yml * update to newest release: ZedThree/[email protected] * [AD-721] change ubuntu version in docker file * [AD-721] change ubuntu version in docker file * revert back to 20.04. This is an attempt to resolve the build errors * [AD-721] move clang check to linux build * [AD-721] fix linux-build.yml * [AD-721] remove checks.yml * since we moved clang-tidy to somewhere else, checks.yml is no longer needed * [AD-721] move clang-check after cppcheck * [AD-721] generate compile_commands.json * compile_commands.json is needed for clang to correctly find macros and .h files * [AD-721] attempt to fix clang-tidy cmake command error * [AD-721] upload pre-generated compile_commands.json for clang-tidy * [AD-721] temporarily disable cmake_command in clang-tidy-review * [AD-721] remove clang-tidy check * add Jira ticket reference for enabling clang-tidy check (TODO)
* [AD-721] resolve build error * reason: we're using ubuntu:latest which is now 22.04 and has different clang-tidy packages: https://packages.ubuntu.com/search?keywords=clang-tidy&searchon=names&suite=jammy§ion=all . The fix would be changing it back to ubuntu-20.04 * for more details, see ZedThree/clang-tidy-review#36 * [AD-721] updating PR template * [AD-721] update checks.yml * update to newest release: ZedThree/[email protected] * [AD-721] change ubuntu version in docker file * [AD-721] change ubuntu version in docker file * revert back to 20.04. This is an attempt to resolve the build errors * [AD-721] move clang check to linux build * [AD-721] fix linux-build.yml * [AD-721] remove checks.yml * since we moved clang-tidy to somewhere else, checks.yml is no longer needed * [AD-721] move clang-check after cppcheck * [AD-721] generate compile_commands.json * compile_commands.json is needed for clang to correctly find macros and .h files * [AD-721] attempt to fix clang-tidy cmake command error * [AD-721] upload pre-generated compile_commands.json for clang-tidy * [AD-721] temporarily disable cmake_command in clang-tidy-review * [AD-721] remove clang-tidy check * add Jira ticket reference for enabling clang-tidy check (TODO)
See https://github.com/Mudlet/Mudlet/runs/6125396129?check_suite_focus=true - the docker build has started to fail for some reason.
The text was updated successfully, but these errors were encountered: