-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
cf48065
commit 179cef7
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters