[CI]Fix nightly clang installation following previous attempt (#5907)
### What this PR does / why we need it?
This PR fixes the issue where the previous PR
https://github.com/vllm-project/vllm-ascend/pull/5733 failed to install
Clang in nightly environment.
- vLLM version: v0.13.0
- vLLM main:
bde38c11df
---------
Signed-off-by: Meihan-chen <jcccx.cmh@gmail.com>
This commit is contained in:
@@ -107,7 +107,7 @@ jobs:
|
||||
- name: Install Ascend toolkit & triton_ascend
|
||||
shell: bash -l {0}
|
||||
run: |
|
||||
apt-get -y install clang-15
|
||||
apt-get update && apt-get -y install clang-15
|
||||
update-alternatives --install /usr/bin/clang clang /usr/bin/clang-15 20
|
||||
update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-15 20
|
||||
BISHENG_NAME="Ascend-BiSheng-toolkit_aarch64_20260105.run"
|
||||
|
||||
Reference in New Issue
Block a user