RediSearch icon indicating copy to clipboard operation
RediSearch copied to clipboard

install_cmake.sh silent wget for docker

Open erreur404 opened this issue 1 year ago • 1 comments
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

erreur404 avatar Aug 07 '24 08:08 erreur404

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 07 '24 08:08 CLAassistant

This pull request is stale because it has been open for 60 days with no activity.

github-actions[bot] avatar Nov 08 '24 02:11 github-actions[bot]