Open
Description
Hi,
I test building with lib builder v5.1 with command, ./build.sh -c ../out_v5.1
. The building process loops indefinitely through all chips without stop at the end.
If running with option for specific target, ex esp32s3, then it stops after finish building.
I tested on ubuntu 22.04 64bit.
Thanks,
Cuong.
Activity
bhcuong2008 commentedon Sep 7, 2023
I try to wait for nearly 1 hour for all builds of 6 chip types (esp32, esp32c3, esp32c6, esp32h2, esp32s2, esp32s3). ESP32S3 takes the longest time, 32 minutes. I wonder why having only 6, not 7, lacking of esp32c2.
me-no-dev commentedon Sep 7, 2023
we do not support C2 and S3 has the most config options that hte lib-builder needs to build for. For reference, Github CI takes 2.5 hours to run
build.sh
bhcuong2008 commentedon Sep 8, 2023
@me-no-dev thank you for ur info.