enhance: add libasan to amazon linux runner (#29039)

fix: #29038

Signed-off-by: longjiquan <jiquan.long@zilliz.com>
pull/29049/head
Jiquan Long 2023-12-07 14:14:42 +08:00 committed by GitHub
parent dcb662d9ed
commit 52594c8596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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