Skip to content

Commit

Permalink
Make setup more quiet (facebook#836)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#836

As title. Make the `Setup` log a bit more quiet.

Reviewed By: wsanville

Differential Revision: D52608928

fbshipit-source-id: bde84312af0e6e6a7d497b623c662ba9c6d7f6e8
  • Loading branch information
agampe authored and facebook-github-bot committed Jan 10, 2024
1 parent 8e2dbce commit 09f8eb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup_oss_toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function install_protobuf3_from_source {

mkdir -p toolchain_install/protobuf
pushd toolchain_install/protobuf
tar -xvf ../../dl_cache/protobuf/protobuf-cpp-3.17.3.tar.gz --no-same-owner
tar -xf ../../dl_cache/protobuf/protobuf-cpp-3.17.3.tar.gz --no-same-owner

pushd protobuf-3.17.3
./configure $BITNESS_CONFIGURE
Expand All @@ -88,8 +88,8 @@ function install_from_apt {
make
wget
zlib1g-dev$BITNESS_SUFFIX $BITNESS_PKGS $*"
apt-get update
apt-get install --no-install-recommends -y ${PKGS}
apt-get update -q
apt-get install -q --no-install-recommends -y ${PKGS}
}

function handle_debian {
Expand Down

0 comments on commit 09f8eb5

Please sign in to comment.