Skip to content

Commit

Permalink
Merge pull request #42 from rpavlik/oxr-clang-format-14
Browse files Browse the repository at this point in the history
Update clang format version to 14 for OpenXR.
  • Loading branch information
rpavlik authored Aug 12, 2024
2 parents 16a9840 + 52886be commit d831944
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 d831944

Please sign in to comment.