Skip to content

Commit bc54fab

Browse files
Workaround for CI failure (#5285)
From llvm/llvm-project#64182 (comment)
1 parent 5a32236 commit bc54fab

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/asan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
4040
- name: Install clang
4141
run: |
42+
sudo apt-get purge --auto-remove llvm python3-lldb-14 llvm-14
4243
wget https://apt.llvm.org/llvm.sh
4344
chmod +x llvm.sh
4445
sudo ./llvm.sh 16

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
2828
- name: Install clang
2929
run: |
30+
sudo apt-get purge --auto-remove llvm python3-lldb-14 llvm-14
3031
wget https://apt.llvm.org/llvm.sh
3132
chmod +x llvm.sh
3233
sudo ./llvm.sh 16

.github/workflows/tsan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
4040
- name: Install clang
4141
run: |
42+
sudo apt-get purge --auto-remove llvm python3-lldb-14 llvm-14
4243
wget https://apt.llvm.org/llvm.sh
4344
chmod +x llvm.sh
4445
sudo ./llvm.sh 16

.github/workflows/ubsan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
4040
- name: Install clang
4141
run: |
42+
sudo apt-get purge --auto-remove llvm python3-lldb-14 llvm-14
4243
wget https://apt.llvm.org/llvm.sh
4344
chmod +x llvm.sh
4445
sudo ./llvm.sh 16

0 commit comments

Comments
 (0)