Remove CircleCI clang build's verbose output (#7000)

Summary:
As CirclrCI build's clang build is stable, verbose flag is less useful. On the other hand, the long outputs might create other problems. A non-reproducible failure "make: write error: stdout" might be related to it.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/7000

Test Plan: Watch the run

Reviewed By: pdillinger

Differential Revision: D22118870

fbshipit-source-id: a4157a4282adddcb0c55c0e9e53b2d9ce18bda66
main
sdong 4 years ago committed by Facebook GitHub Bot
parent dea4063b13
commit 096beb787e
  1. 2
      .circleci/config.yml

@ -55,7 +55,7 @@ jobs:
- checkout # check out the code in the project directory
- run: sudo apt-get update -y
- run: sudo apt-get install -y clang
- run: CC=clang CXX=clang++ V=1 USE_CLANG=1 PORTABLE=1 make all -j32
- run: CC=clang CXX=clang++ USE_CLANG=1 PORTABLE=1 make all -j32
build-linux-cmake:
machine:

Loading…
Cancel
Save