Skip to content

fix(logging): Silence stdout from IDF installation #300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2025

Conversation

lucasssvaz
Copy link
Contributor

@lucasssvaz lucasssvaz commented Jun 4, 2025

ESP-IDF installation process generates tens of thousands of carriage returns \r that are printed as new lines, making the CI log very hard to navigate.

This pull request includes a small change to the tools/install-esp-idf.sh script. The change improves the user experience by adding a message to indicate that the ESP-IDF installation process has started and suppresses the installation script's output. Error messages should not be affected.

Impact can be checked here:

https://github.com/espressif/esp32-arduino-lib-builder/actions/runs/15450574032/job/43491389484?pr=300#step:4:116

@lucasssvaz lucasssvaz self-assigned this Jun 4, 2025
@lucasssvaz lucasssvaz added the enhancement New feature or request label Jun 4, 2025
@lucasssvaz lucasssvaz requested a review from me-no-dev June 4, 2025 19:04
@me-no-dev me-no-dev merged commit ac45e2d into espressif:master Jun 4, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants