mirror of https://github.com/milvus-io/milvus.git
enhance: add libasan to amazon linux runner (#29039)
fix: #29038 Signed-off-by: longjiquan <jiquan.long@zilliz.com>pull/29049/head
parent
dcb662d9ed
commit
52594c8596
|
@ -15,7 +15,7 @@ ARG TARGETARCH
|
|||
|
||||
RUN dnf install -y wget g++ gcc gdb libatomic libstdc++-static ninja-build git make zip unzip tar which \
|
||||
autoconf automake golang python3 python3-pip perl-FindBin texinfo \
|
||||
pkg-config libuuid-devel libaio perl-IPC-Cmd && \
|
||||
pkg-config libuuid-devel libaio perl-IPC-Cmd libasan && \
|
||||
rm -rf /var/cache/yum/*
|
||||
|
||||
RUN pip3 install conan==1.61.0
|
||||
|
|
Loading…
Reference in New Issue