Skip to content

Commit

Permalink
ci: Symlink clang-format in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yeetari committed Feb 4, 2024
1 parent 52375d8 commit be81656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ RUN apt-get update \
-DCMAKE_PREFIX_PATH=/usr/lib/llvm-16 \
-DCMAKE_INSTALL_PREFIX=/usr \
./include-what-you-use \
&& ninja -Ciwyu-build \
&& ninja -Ciwyu-build install \
&& rm /usr/lib/clang/16/include \
&& cp -r iwyu-build/lib/clang/16/include/ /usr/lib/clang/16/include/ \
&& rm -r include-what-you-use iwyu-build \
&& ln -s /usr/bin/clang-16 /usr/bin/clang \
&& ln -s /usr/bin/clang++-16 /usr/bin/clang++ \
&& ln -s /usr/bin/clang-format-16 /usr/bin/clang-format \
&& ln -s /usr/bin/g++-12 /usr/bin/g++

0 comments on commit be81656

Please sign in to comment.