Skip to content

Commit 3691096

Browse files
authored
Update build.sh
1 parent 32751e5 commit 3691096

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ if ! [ -x "$(command -v git)" ]; then
1010
exit 1
1111
fi
1212

13+
# Fixes building some components. See https://github.com/espressif/arduino-esp32/issues/10167
14+
export IDF_COMPONENT_OVERWRITE_MANAGED_COMPONENTS=1
15+
1316
export TARGET="all"
1417
BUILD_TYPE="all"
1518
SKIP_ENV=0

0 commit comments

Comments
 (0)