Add container-diff scripts and update others

Add container-diff scripts and update others

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2021-07-01 12:58:57 +02:00
parent 56e20c597a
commit c29d002110
3 changed files with 31 additions and 0 deletions

View File

@ -79,6 +79,9 @@ if [ ${REV} = "crosstool-ng-1.23.0" ]; then
patch scripts/build/companion_libs/210-expat.sh -i /dockcross/crosstool-ng-expat.patch
# Patch to fix error with bash 5 and up: https://github.com/pfalcon/esp-open-sdk/issues/365
patch configure.ac -i /dockcross/Fix-error-with-bash-5-and-up.patch
# Clean patch
rm /dockcross/Fix-error-with-bash-5-and-up.patch
rm /dockcross/crosstool-ng-expat.patch
fi
# Bootstrap and install the tool.

View File

@ -29,3 +29,5 @@ rm get-pip.py
${PYTHON} -m pip install --upgrade --ignore-installed setuptools
${PYTHON} -m pip install --ignore-installed conan
# Purge cache to save space: https://stackoverflow.com/questions/37513597/is-it-safe-to-delete-cache-pip-directory
${PYTHON} -m pip cache purge