Skip to content

Commit

Permalink
Update clang format version to 14 for OpenXR.
Browse files Browse the repository at this point in the history
Not available in focal 20.04 so we are switching which image does the clang-format.
  • Loading branch information
rpavlik committed Aug 5, 2024
1 parent 16a9840 commit 52886be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion openxr-sdk.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ RUN env DEBIAN_FRONTEND=noninteractive apt-get update -qq && \
build-essential \
ca-certificates \
clang-10 \
clang-format-10 \
cmake \
git \
git-lfs \
Expand Down
2 changes: 1 addition & 1 deletion openxr.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ COPY --from=builder /usr/local/ /usr/local/
# Runtime-required packages
RUN env DEBIAN_FRONTEND=noninteractive apt-get update -qq && \
env DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y -qq \
clang-format-13 \
clang-format-14 \
fonts-lyx \
ghostscript \
git \
Expand Down

0 comments on commit 52886be

Please sign in to comment.