Skip to content

Commit e1da5d1

Browse files
authored
Update build.sh
1 parent 692bb6d commit e1da5d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ if [ "$BUILD_TYPE" != "all" ]; then
138138

139139
echo "idf.py -DIDF_TARGET=\"$target\" -DSDKCONFIG_DEFAULTS=\"$configs\" $BUILD_TYPE"
140140
rm -rf build sdkconfig
141+
rm -rf dependencies.lock
142+
# rm -rf /Users/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/managed_components/espressif__esp-dsp/.component_hash
141143
idf.py -DIDF_TARGET="$target" -DSDKCONFIG_DEFAULTS="$configs" $BUILD_TYPE
142144
if [ $? -ne 0 ]; then exit 1; fi
143145
done
@@ -226,6 +228,7 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
226228

227229
echo "* Build Memory Variant: $mem_configs"
228230
rm -rf build sdkconfig
231+
rm -rf dependencies.lock
229232
idf.py -DIDF_TARGET="$target" -DSDKCONFIG_DEFAULTS="$mem_configs" mem-variant
230233
if [ $? -ne 0 ]; then exit 1; fi
231234
done

0 commit comments

Comments
 (0)