File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -511,6 +511,7 @@ install_deps() {
511511 yum -y install centos-release-stream
512512 switch_to_vault_repo
513513 yum -y install gcc-toolset-12-gcc gcc-toolset-12-gcc-c++ gcc-toolset-12-binutils gcc-toolset-12-annobin-annocheck gcc-toolset-12-annobin-plugin-gcc
514+ yum -y install gcc-toolset-12-libatomic-devel
514515 if [ x" $ARCH " = " xx86_64" ]; then
515516 yum -y remove centos-release-stream
516517 fi
@@ -519,6 +520,7 @@ install_deps() {
519520 yum -y install libtirpc-devel
520521 yum -y install gflags-devel
521522 yum -y install gcc-toolset-12-gcc gcc-toolset-12-gcc-c++ gcc-toolset-12-binutils gcc-toolset-12-annobin-annocheck gcc-toolset-12-annobin-plugin-gcc
523+ yum -y install gcc-toolset-12-libatomic-devel
522524 if [ x" $ARCH " = " xx86_64" ]; then
523525 pushd /opt/rh/gcc-toolset-12/root/usr/lib/gcc/x86_64-redhat-linux/12/plugin/
524526 ln -s annobin.so gcc-annobin.so
@@ -557,6 +559,7 @@ install_deps() {
557559 apt-get -y install curl bison cmake perl libssl-dev libaio-dev libldap2-dev libwrap0-dev gdb unzip gawk
558560 apt-get -y install libmecab-dev libncurses5-dev libreadline-dev libpam-dev zlib1g-dev libcurl4-openssl-dev
559561 apt-get -y install libldap2-dev libnuma-dev libjemalloc-dev libc6-dbg valgrind libjson-perl libsasl2-dev patchelf
562+ apt-get -y install libatomic1
560563 if [ x" ${DIST} " = xfocal -o x" ${DIST} " = xhirsute -o x" ${DIST} " = xbullseye -o x" ${DIST} " = xjammy -o x" ${DIST} " = xbookworm -o x" ${DIST} " = xnoble ]; then
561564 apt-get -y install python3-mysqldb
562565 else
You can’t perform that action at this time.
0 commit comments