Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Set clang-format version to 14 for noble
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jan 28, 2024
1 parent 85efb3c commit 8841711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v6.13/Dockerfile.ubuntu.noble
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update -qq
RUN apt-get install -y --no-install-recommends \
build-essential \
clang \
clang-format-12 \
clang-format-14 \
cmake \
curl \
doxygen \
Expand Down
2 changes: 1 addition & 1 deletion v6.14/Dockerfile.ubuntu.noble
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update -qq
RUN apt-get install -y --no-install-recommends \
build-essential \
clang \
clang-format-12 \
clang-format-14 \
cmake \
curl \
doxygen \
Expand Down

0 comments on commit 8841711

Please sign in to comment.