Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8a3b418

Browse files
committedAug 13, 2024·
Clear redundant code
1 parent 91f7ab1 commit 8a3b418

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed
 

‎build.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,6 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
215215
idf_libs_configs="$idf_libs_configs;configs/defconfig.$defconf"
216216
done
217217

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-
222218
echo "* Build IDF-Libs: $idf_libs_configs"
223219
rm -rf build sdkconfig
224220
clear_component_hashes
@@ -246,10 +242,6 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
246242
bootloader_configs="$bootloader_configs;configs/defconfig.$defconf";
247243
done
248244

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-
253245
echo "* Build BootLoader: $bootloader_configs"
254246
rm -rf build sdkconfig
255247
clear_component_hashes
@@ -264,10 +256,6 @@ for target_json in `jq -c '.targets[]' configs/builds.json`; do
264256
mem_configs="$mem_configs;configs/defconfig.$defconf";
265257
done
266258

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-
271259
echo "* Build Memory Variant: $mem_configs"
272260
rm -rf build sdkconfig
273261
clear_component_hashes

0 commit comments

Comments
 (0)
Please sign in to comment.