Skip to content

Commit cca44cf

Browse files
sweetymhaiskeNikita
authored and
Nikita
committed
ESP32: Fixes for CI esp32 build (project-chip#7910)
1 parent 983e3ed commit cca44cf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/examples/esp_example.sh

-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ for sdkconfig in "$root"/sdkconfig*.defaults; do
4040
(
4141
cd "$root"
4242
idf.py -D SDKCONFIG_DEFAULTS="$sdkconfig_name" build
43-
)
44-
(
45-
cd "$root"
46-
idf.py build "$@"
4743
) || {
4844
echo "build $sdkconfig_name failed"
4945
exit 1

0 commit comments

Comments
 (0)