add support for manylinux2014-aarch64

This commit is contained in:
odidev
2020-05-21 11:39:55 +00:00
committed by Jean-Christophe Fillion-Robin
parent 35db3a37f6
commit fdb8d43e34
9 changed files with 751 additions and 3 deletions

View File

@ -90,5 +90,10 @@ cd "${BUILD}"
cp "${CONFIG_PATH}" "${BUILD}/.config"
# As mentioned in ct-ng config, need to unset LD_LIBRARY_PATH.
unset LD_LIBRARY_PATH
# Build and install the toolchain!
"${BOOTSTRAP_PREFIX}/bin/ct-ng" build

View File

@ -9,6 +9,9 @@ fi
cd /usr/share
# Remove liquidprompt if exists
rm -rf liquidprompt
git clone "https://github.com/nojhan/liquidprompt.git" -b v_1.11
cat << EOF >> /root/.bashrc