Skip to content

Commit b6a5e0e

Browse files
authored
Update build.sh
1 parent e1da5d1 commit b6a5e0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
203203

204204
echo "* Build IDF-Libs: $idf_libs_configs"
205205
rm -rf build sdkconfig
206+
rm -rf dependencies.lock
206207
idf.py -DIDF_TARGET="$target" -DSDKCONFIG_DEFAULTS="$idf_libs_configs" idf-libs
207208
if [ $? -ne 0 ]; then exit 1; fi
208209

@@ -215,6 +216,7 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
215216

216217
echo "* Build BootLoader: $bootloader_configs"
217218
rm -rf build sdkconfig
219+
rm -rf dependencies.lock
218220
idf.py -DIDF_TARGET="$target" -DSDKCONFIG_DEFAULTS="$bootloader_configs" copy-bootloader
219221
if [ $? -ne 0 ]; then exit 1; fi
220222
done

0 commit comments

Comments
 (0)