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 CI and enable ninja-validations.sh #272

Merged
merged 2 commits into from
Oct 5, 2023

Conversation

Colecf
Copy link
Collaborator

@Colecf Colecf commented Oct 4, 2023

CI was broken due to updates to the ubuntu docker image.

ninja-validations.sh can be enabled by updating ninja to the latest verision.

Ubuntu-22.04 (which is what ubuntu-latest is at the time
of writing) now has clang++-14/clang-format-14 instead of
12. Update those and reformat files. Also, make our github
action based on ubuntu-22.04 explicetly so that when latest
changes we don't break again. (Although in scenarios like
this we would still break)

Also change a forward declaration to an include to resolve
a build failure.
Update ninja to 1.11.1, which has validation actions,
and enable ninja-validations.sh
@Colecf Colecf requested a review from metti October 4, 2023 21:01
@Colecf Colecf requested a review from a team as a code owner October 4, 2023 21:01
@lberki lberki merged commit e37cedd into google:master Oct 5, 2023
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants