We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a016b4 commit 068c183Copy full SHA for 068c183
build.sh
@@ -305,17 +305,6 @@ if [ "$BUILD_TYPE" = "all" ]; then
305
if [ $? -ne 0 ]; then exit 1; fi
306
fi
307
308
-# Generate PlatformIO manifest file
309
-if [ "$BUILD_TYPE" = "all" ]; then
310
- echo "* Generating PlatformIO manifest file..."
311
- pushd $IDF_PATH
312
- ibr=$(git describe --all 2>/dev/null)
313
- ic=$(git -C "$IDF_PATH" rev-parse --short HEAD)
314
- popd
315
- python3 ./tools/gen_platformio_manifest.py -o "$TOOLS_JSON_OUT/" -s "$ibr" -c "$ic"
316
- if [ $? -ne 0 ]; then exit 1; fi
317
-fi
318
-
319
# copy everything to arduino-esp32 installation
320
if [ $COPY_OUT -eq 1 ] && [ -d "$ESP32_ARDUINO" ]; then
321
echo "* Copying to Arduino..."
0 commit comments