You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: Allow options to wget curl cmake during setup (#12201)
Summary:
## Description
The current setup scripts generate excessive output, the goal is to reduce the log output by implementing the following changes:
1. Avoid printing the files extracted by tar.
2. Silence the download progress from curl by using an appropriate curl option.
3. Suppress unnecessary CMake messages, logging only warnings instead of info or status messages.
4. Introduce a new environment variable to enable the extensive logging when needed.
5. These changes will help minimize log size while maintaining flexibility for detailed logging when required.
Pull Request resolved: #12201
Reviewed By: kevinwilfong
Differential Revision: D69316549
Pulled By: kgpai
fbshipit-source-id: 3d679c73c1bd513afdf060e7c13ec44a5a02989e
0 commit comments