@@ -139,7 +139,7 @@ if [ "$BUILD_TYPE" != "all" ]; then
139
139
echo " idf.py -DIDF_TARGET=\" $target \" -DSDKCONFIG_DEFAULTS=\" $configs \" $BUILD_TYPE "
140
140
rm -rf build sdkconfig
141
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
142
+ rm -rf /Users/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/managed_components/espressif__esp-dsp/.component_hash
143
143
idf.py -DIDF_TARGET=" $target " -DSDKCONFIG_DEFAULTS=" $configs " $BUILD_TYPE
144
144
if [ $? -ne 0 ]; then exit 1; fi
145
145
done
@@ -204,6 +204,7 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
204
204
echo " * Build IDF-Libs: $idf_libs_configs "
205
205
rm -rf build sdkconfig
206
206
rm -rf dependencies.lock
207
+ rm -rf /Users/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/managed_components/espressif__esp-dsp/.component_hash
207
208
idf.py -DIDF_TARGET=" $target " -DSDKCONFIG_DEFAULTS=" $idf_libs_configs " idf-libs
208
209
if [ $? -ne 0 ]; then exit 1; fi
209
210
@@ -217,6 +218,7 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
217
218
echo " * Build BootLoader: $bootloader_configs "
218
219
rm -rf build sdkconfig
219
220
rm -rf dependencies.lock
221
+ rm -rf /Users/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/managed_components/espressif__esp-dsp/.component_hash
220
222
idf.py -DIDF_TARGET=" $target " -DSDKCONFIG_DEFAULTS=" $bootloader_configs " copy-bootloader
221
223
if [ $? -ne 0 ]; then exit 1; fi
222
224
done
@@ -231,6 +233,7 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
231
233
echo " * Build Memory Variant: $mem_configs "
232
234
rm -rf build sdkconfig
233
235
rm -rf dependencies.lock
236
+ rm -rf /Users/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/managed_components/espressif__esp-dsp/.component_hash
234
237
idf.py -DIDF_TARGET=" $target " -DSDKCONFIG_DEFAULTS=" $mem_configs " mem-variant
235
238
if [ $? -ne 0 ]; then exit 1; fi
236
239
done
0 commit comments