File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
ci/cloudbuild/dockerfiles Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ BasedOnStyle: Google
77DerivePointerAlignment : false
88PointerAlignment : 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+
1014IncludeBlocks : Merge
1115IncludeCategories :
1216# Matches common headers first, but sorts them after project includes
Original file line number Diff line number Diff line change 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
2121ARG NCPU=4
2222
2323RUN dnf makecache && \
You can’t perform that action at this time.
0 commit comments