File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ if [ "$BUILD_TYPE" != "all" ]; then
138
138
139
139
echo " idf.py -DIDF_TARGET=\" $target \" -DSDKCONFIG_DEFAULTS=\" $configs \" $BUILD_TYPE "
140
140
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
141
143
idf.py -DIDF_TARGET=" $target " -DSDKCONFIG_DEFAULTS=" $configs " $BUILD_TYPE
142
144
if [ $? -ne 0 ]; then exit 1; fi
143
145
done
@@ -226,6 +228,7 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
226
228
227
229
echo " * Build Memory Variant: $mem_configs "
228
230
rm -rf build sdkconfig
231
+ rm -rf dependencies.lock
229
232
idf.py -DIDF_TARGET=" $target " -DSDKCONFIG_DEFAULTS=" $mem_configs " mem-variant
230
233
if [ $? -ne 0 ]; then exit 1; fi
231
234
done
You can’t perform that action at this time.
0 commit comments