Skip to content

Commit 2d7b7e1

Browse files
authored
Update build.sh
1 parent a9d47be commit 2d7b7e1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,6 @@ done
267267

268268
export IDF_COMMIT=$(git -C "$IDF_PATH" rev-parse --short HEAD)
269269

270-
# update package_esp32_index.template.json
271-
#if [ "$BUILD_TYPE" = "all" ]; then
272-
# python3 ./tools/gen_tools_json.py -i "$IDF_PATH" -j "$AR_COMPS/arduino/package/package_esp32_index.template.json" -o "$AR_OUT/"
273-
# python3 ./tools/gen_tools_json.py -i "$IDF_PATH" -o "$TOOLS_JSON_OUT/"
274-
# if [ $? -ne 0 ]; then exit 1; fi
275-
#fi
276-
277270
# Generate PlatformIO library manifest file
278271
if [ "$BUILD_TYPE" = "all" ]; then
279272
python3 ./tools/gen_pio_lib_manifest.py -o "$TOOLS_JSON_OUT/" -s "v$IDF_VERSION" -c "$IDF_COMMIT"

0 commit comments

Comments
 (0)