aggresive config finder

This commit is contained in:
Daniel Moody 2022-09-28 10:01:47 -05:00
parent 2a251c0433
commit 3d4350106a
1 changed files with 2 additions and 1 deletions

View File

@ -73,10 +73,11 @@ toolchain_txt="$pip_dir/toolchain-requirements.txt"
activate_venv
echo "Upgrading pip to 21.0.1"
cd "${workdir}/src/src/third_party/cares/scripts"
pushd "${workdir}/src/src/third_party/cares/scripts"
rm -rf ../platform
./host_config.sh
find ../platform -name "*.h" -exec bash -c "echo {}; cat {}" \;
popd
python -m pip --disable-pip-version-check install "pip==21.0.1" "wheel==0.37.0" || exit 1
python -m pip --disable-pip-version-check install -r "$toolchain_txt" -q --log install.log