Skip to content

Commit 82ed719

Browse files
authored
Revert "Add clang link to PATH. (#9053)"
This reverts commit c6b157f.
1 parent 01b1170 commit 82ed719

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

infra/ansible/config/apt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ apt:
1414
- vim
1515
- wget
1616
- clang-format
17-
- clang-{{ clang_version }}
17+
- clang-17
1818
- gcc-10
1919
- g++-10
2020
- lcov

infra/ansible/playbook.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@
6666
pip.pkgs_nodeps[stage + '_' + arch] | default([], true) +
6767
pip.pkgs_nodeps[stage + '_' + accelerator] | default([], true)
6868
}}"
69-
70-
llvm_path: "/usr/lib/llvm-{{ clang_version }}/bin"
7169
tags: install_deps
7270

7371
- role: fetch_srcs

infra/ansible/roles/install_deps/tasks/main.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,3 @@
3434
ansible.builtin.pip:
3535
name: "{{ pip_pkgs_nodeps }}"
3636
extra_args: "--no-deps"
37-
38-
- name: Install Clang Alternatives
39-
command: update-alternatives --install /usr/bin/{{ item }} {{ item }} {{ llvm_path }}/{{ item }} 100
40-
loop:
41-
- clang
42-
- clang++

0 commit comments

Comments
 (0)