We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1da5d1 commit b6a5e0eCopy full SHA for b6a5e0e
build.sh
@@ -203,6 +203,7 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
203
204
echo "* Build IDF-Libs: $idf_libs_configs"
205
rm -rf build sdkconfig
206
+ rm -rf dependencies.lock
207
idf.py -DIDF_TARGET="$target" -DSDKCONFIG_DEFAULTS="$idf_libs_configs" idf-libs
208
if [ $? -ne 0 ]; then exit 1; fi
209
@@ -215,6 +216,7 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
215
216
217
echo "* Build BootLoader: $bootloader_configs"
218
219
220
idf.py -DIDF_TARGET="$target" -DSDKCONFIG_DEFAULTS="$bootloader_configs" copy-bootloader
221
222
done
0 commit comments