lib builder v5.1 with option build all running building process indefinitely
bhcuong2008 opened this issue · 3 comments
bhcuong2008 commented
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.
bhcuong2008 commented
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 commented
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 commented
@me-no-dev thank you for ur info.