Skip to content

Commit 27950e4

Browse files
authored
ci: move checkers build to Fedora:36 (#9428)
This includes `clang-format` 14. I enabled the "east const" formatting, probably the most interesting rule with this new version.
1 parent 62740c8 commit 27950e4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.clang-format

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ BasedOnStyle: Google
77
DerivePointerAlignment: false
88
PointerAlignment: Left
99

10+
# The Google Style Guide only asks for consistency w.r.t. "east const" vs.
11+
# "const west" alignment of cv-qualifiers. In this project we use "east const".
12+
QualifierAlignment: Right
13+
1014
IncludeBlocks: Merge
1115
IncludeCategories:
1216
# Matches common headers first, but sorts them after project includes

ci/cloudbuild/dockerfiles/checkers.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# than to the extent that certain distros offer certain versions of software
1818
# that the build needs. It's fine to add more deps that are needed by the
1919
# `checkers.sh` build.
20-
FROM fedora:35
20+
FROM fedora:36
2121
ARG NCPU=4
2222

2323
RUN dnf makecache && \

0 commit comments

Comments
 (0)