RediSearch
RediSearch copied to clipboard
install_cmake.sh silent wget for docker
trafficstars
The output of wget takes a lot of lines in docker build logs, or in jenkins logs about a build. Though I love the small ASCII progress bar I think it makes more harm than good in some environments
Describe the changes in the pull request
current: the call to wget generates 46800/50k => 936 log lines
change: just added "-q" to the wget for cmake in the cmake install script
outcome: wget downloads but silently
Which issues this PR fixes It fixes my issue of having too many logs
Main objects this PR modified .install/install_cmake.sh
Mark if applicable
- [ ] This PR introduces API changes
- [ ] This PR introduces serialization changes
This pull request is stale because it has been open for 60 days with no activity.