Skip to content

Commit 86f6be2

Browse files
committed
no need for other extra components
1 parent 4858378 commit 86f6be2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/compile_slave.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ export IDF_CCACHE_ENABLE=$CCACHE_ENABLE
77
rm -rf dependencies.lock
88

99
echo "* Installing/Updating ESP-IDF and all components..."
10-
# update components from git
11-
./tools/update-components.sh
12-
if [ $? -ne 0 ]; then exit 1; fi
1310

14-
# install esp-idf
1511
source ./tools/install-esp-idf.sh
1612
if [ $? -ne 0 ]; then exit 1; fi
1713

0 commit comments

Comments
 (0)