mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
Fix cannot find -latomic (#27598)
Signed-off-by: hg.anderson <yunlongkong@126.com>
This commit is contained in:
parent
50672f0d60
commit
ff19cb2719
@ -30,7 +30,7 @@ function install_linux_deps() {
|
||||
sudo yum install -y epel-release centos-release-scl-rh
|
||||
sudo yum install -y wget curl which \
|
||||
git make automake python3-devel \
|
||||
devtoolset-11-gcc devtoolset-11-gcc-c++ devtoolset-11-gcc-gfortran \
|
||||
devtoolset-11-gcc devtoolset-11-gcc-c++ devtoolset-11-gcc-gfortran devtoolset-11-libatomic-devel \
|
||||
llvm-toolset-11.0-clang llvm-toolset-11.0-clang-tools-extra \
|
||||
libaio libuuid-devel zip unzip \
|
||||
ccache lcov libtool m4 autoconf automake
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user