add libaio as a necessary dependency (#18923)

Signed-off-by: matchyc <dawnlight.yc@protonmail.com>

Signed-off-by: matchyc <dawnlight.yc@protonmail.com>
pull/18921/head
Match_yc 2022-08-31 10:24:58 +08:00 committed by GitHub
parent 34c9eae16f
commit 2ef8b15dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ function install_linux_deps() {
# for Ubuntu 18.04 # for Ubuntu 18.04
sudo apt install -y g++ gcc make lcov libtool m4 autoconf automake ccache libssl-dev zlib1g-dev libboost-regex-dev \ sudo apt install -y g++ gcc make lcov libtool m4 autoconf automake ccache libssl-dev zlib1g-dev libboost-regex-dev \
libboost-program-options-dev libboost-system-dev libboost-filesystem-dev \ libboost-program-options-dev libboost-system-dev libboost-filesystem-dev \
libboost-serialization-dev python3-dev libboost-python-dev libcurl4-openssl-dev gfortran libtbb-dev libzstd-dev libboost-serialization-dev python3-dev libboost-python-dev libcurl4-openssl-dev gfortran libtbb-dev libzstd-dev libaio-dev
elif [[ -x "$(command -v yum)" ]]; then elif [[ -x "$(command -v yum)" ]]; then
# for CentOS 7 # for CentOS 7
sudo yum install -y epel-release centos-release-scl-rh && \ sudo yum install -y epel-release centos-release-scl-rh && \