File tree 1 file changed +0
-12
lines changed 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -215,10 +215,6 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
215
215
idf_libs_configs=" $idf_libs_configs ;configs/defconfig.$defconf "
216
216
done
217
217
218
- if [ -f " $AR_MANAGED_COMPS /espressif__esp-sr/.component_hash" ]; then
219
- rm -rf $AR_MANAGED_COMPS /espressif__esp-sr/.component_hash
220
- fi
221
-
222
218
echo " * Build IDF-Libs: $idf_libs_configs "
223
219
rm -rf build sdkconfig
224
220
clear_component_hashes
@@ -246,10 +242,6 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
246
242
bootloader_configs=" $bootloader_configs ;configs/defconfig.$defconf " ;
247
243
done
248
244
249
- if [ -f " $AR_MANAGED_COMPS /espressif__esp-sr/.component_hash" ]; then
250
- rm -rf $AR_MANAGED_COMPS /espressif__esp-sr/.component_hash
251
- fi
252
-
253
245
echo " * Build BootLoader: $bootloader_configs "
254
246
rm -rf build sdkconfig
255
247
clear_component_hashes
@@ -264,10 +256,6 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
264
256
mem_configs=" $mem_configs ;configs/defconfig.$defconf " ;
265
257
done
266
258
267
- if [ -f " $AR_MANAGED_COMPS /espressif__esp-sr/.component_hash" ]; then
268
- rm -rf $AR_MANAGED_COMPS /espressif__esp-sr/.component_hash
269
- fi
270
-
271
259
echo " * Build Memory Variant: $mem_configs "
272
260
rm -rf build sdkconfig
273
261
clear_component_hashes
You can’t perform that action at this time.
0 commit comments