File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -275,12 +275,12 @@ done
275
275
276
276
export IDF_COMMIT=$( git -C " $IDF_PATH " rev-parse --short HEAD)
277
277
278
- # 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
278
+ # # 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
284
284
285
285
pushd $IDF_PATH
286
286
ibr=$( git describe --all 2> /dev/null)
You can’t perform that action at this time.
0 commit comments