Skip to content

Commit c45b4ac

Browse files
czc-unacChen zhichao
andauthored
[CI]Fixed the installation error caused by redundant C++ header files added during the cache building process. (vllm-project#10841)
### What this PR does / why we need it? Fixed the installation error caused by redundant C++ header files added during the cache building process. ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? - vLLM version: v0.22.1 - vLLM main: vllm-project/vllm@967c5c3 --------- Signed-off-by: Chen zhichao <chenzhichao33@h-partners.com> Co-authored-by: Chen zhichao <chenzhichao33@h-partners.com>
1 parent 4fcffda commit c45b4ac

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/push_build_csrc_cache.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,7 @@ jobs:
182182
source /usr/local/Ascend/nnal/atb/set_env.sh
183183
arch=$(uname -i)
184184
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/Ascend/ascend-toolkit/latest/${arch}-linux/devlib
185-
if [ "${{ matrix.os }}" = "openeuler" ]; then
186-
export CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:/usr/include/c++/12:/usr/include/c++/12/${arch}-openEuler-linux
187-
fi
185+
188186
if [ "${{ runner.arch }}" = "X64" ]; then
189187
export UV_EXTRA_INDEX_URL="${UV_EXTRA_INDEX_URL} https://download.pytorch.org/whl/cpu/"
190188
fi

0 commit comments

Comments
 (0)