Merge branch 'master' into update_cmake

This commit is contained in:
2021-06-29 15:06:06 +02:00
25 changed files with 4400 additions and 1637 deletions

View File

@ -111,6 +111,9 @@ cp "${CONFIG_PATH}" "${BUILD}/.config"
# As mentioned in ct-ng config, need to unset LD_LIBRARY_PATH.
unset LD_LIBRARY_PATH
# Fix build error on manylinux2014-aarch64
unset CC
unset CXX
# Build and install the toolchain!
# Print last 250 lines if build fail