Skip to content

Commit

Permalink
llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Jul 3, 2024
1 parent af52b7d commit 9a07657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ clang_tidy:
apt-get update
&& apt-get install -y g++-12 libstdc++-12-dev parallel software-properties-common
&& curl -L https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add
&& add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-17 main'
&& add-apt-repository 'deb http://apt.llvm.org/noble/ llvm-toolchain-noble-17 main'
&& apt-get install -y clang-17 clang-tidy-17
&& ln -s /usr/bin/clang++-17 /usr/bin/clang++
&& ln -s /usr/bin/clang-17 /usr/bin/clang
Expand Down

0 comments on commit 9a07657

Please sign in to comment.