Update glibc to 2.31

This commit is contained in:
zongmin.gu 2022-02-11 15:36:09 +08:00 committed by Zongmin.Gu
parent 4a984abc33
commit 122cf2a7bc

@ -20,7 +20,7 @@ rm -rf ${INSTALL_DIR}
mkdir -p ${SRC_DIR} mkdir -p ${SRC_DIR}
cd ${SRC_DIR} cd ${SRC_DIR}
# Download glibc # Download glibc
git clone -b occlum-glibc-2.27 https://github.com/occlum/glibc . git clone -b occlum-glibc-2.31 https://github.com/occlum/glibc .
mkdir -p ${BUILD_DIR} mkdir -p ${BUILD_DIR}
cd ${BUILD_DIR} cd ${BUILD_DIR}