Skip to content

Commit bd18191

Browse files
authored
we don't need Arduino json
1 parent edb2dd7 commit bd18191

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,11 @@ done
276276
export IDF_COMMIT=$(git -C "$IDF_PATH" rev-parse --short HEAD)
277277

278278
# update package_esp32_index.template.json
279-
if [ "$BUILD_TYPE" = "all" ]; then
280-
python3 ./tools/gen_tools_json.py -i "$IDF_PATH" -j "$AR_COMPS/arduino/package/package_esp32_index.template.json" -o "$AR_OUT/"
281-
python3 ./tools/gen_tools_json.py -i "$IDF_PATH" -o "$TOOLS_JSON_OUT/"
282-
if [ $? -ne 0 ]; then exit 1; fi
283-
fi
279+
#if [ "$BUILD_TYPE" = "all" ]; then
280+
# python3 ./tools/gen_tools_json.py -i "$IDF_PATH" -j "$AR_COMPS/arduino/package/package_esp32_index.template.json" -o "$AR_OUT/"
281+
# python3 ./tools/gen_tools_json.py -i "$IDF_PATH" -o "$TOOLS_JSON_OUT/"
282+
# if [ $? -ne 0 ]; then exit 1; fi
283+
#fi
284284

285285
# Generate PlatformIO library manifest file
286286
if [ "$BUILD_TYPE" = "all" ]; then

0 commit comments

Comments
 (0)