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

Fix clang-tidy workflow by installing 'required' libflac-dev #68331

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

akrieger
Copy link
Member

Summary

None

Purpose of change

Fixes #68325.

Describe the solution

#68300 apparently made flac required in the cmakefiles. I guess something about the dev containers required it. clang-tidy didn't, but does now. Manually install the libflac-dev package to provide the now-required dependency so clang-tidy can run.

Describe alternatives you've considered

Testing

Repro'd the cmake failure. sudo apt install libflac-dev.

-- Checking for module 'flac'
--   Found flac, version 1.3.3

Additional context

@github-actions github-actions bot added Code: Tooling Tooling that is not part of the main game but is part of the repo. <Bugfix> This is a fix for a bug (or closes open issue) json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions labels Sep 26, 2023
@dseguin dseguin merged commit 92b4abc into CleverRaven:master Sep 26, 2023
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Sep 26, 2023
@akrieger akrieger deleted the motherflacer branch September 26, 2023 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Bugfix> This is a fix for a bug (or closes open issue) Code: Tooling Tooling that is not part of the main game but is part of the repo. json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

clang-tidy 16 fails in CI
2 participants