Skip to content

Commit 3ca39b1

Browse files
authored
[NFC][CI] Add clang-tools and polly to installation deps (#2712)
Signed-off-by: Sidorov, Dmitry <[email protected]>
1 parent 3e52338 commit 3ca39b1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/check-code-style.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
sudo apt-get update
6969
sudo apt-get install -yqq \
7070
clang-format-${{ env.LLVM_VERSION }} clang-tidy-${{ env.LLVM_VERSION }} \
71-
llvm-${{ env.LLVM_VERSION }}-dev libomp-${{ env.LLVM_VERSION }}-dev \
72-
libllvmlibc-${{ env.LLVM_VERSION }}-dev \
71+
clang-tools-${{ env.LLVM_VERSION }} llvm-${{ env.LLVM_VERSION }}-dev \
72+
libomp-${{ env.LLVM_VERSION }}-dev libllvmlibc-${{ env.LLVM_VERSION }}-dev \
7373
mlir-${{ env.LLVM_VERSION }}-tools \
7474
7575
- name: Generate compile command database

.github/workflows/check-out-of-tree-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ jobs:
4949
sudo apt-get update
5050
sudo apt-get -yq --no-install-suggests --no-install-recommends install \
5151
clang-${{ env.LLVM_VERSION }} \
52+
clang-tools-${{ env.LLVM_VERSION }} \
5253
llvm-${{ env.LLVM_VERSION }}-dev \
5354
libllvmlibc-${{ env.LLVM_VERSION }}-dev \
5455
libomp-${{ env.LLVM_VERSION }}-dev \
5556
llvm-${{ env.LLVM_VERSION }}-tools \
5657
mlir-${{ env.LLVM_VERSION }}-tools \
58+
libpolly-${{ env.LLVM_VERSION }}-dev \
5759
spirv-tools
5860
# Linux systems in GitHub Actions already have older versions of clang
5961
# pre-installed. Make sure to override these with the relevant version.

0 commit comments

Comments
 (0)