chore(CI): Remove travis CI workaround from build-gitstats

reviewable/pr6471/r17
Anthony Bilinski 2022-02-18 23:57:55 -08:00
parent 5bcfd21760
commit 85b0f233e7
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
1 changed files with 0 additions and 5 deletions

View File

@ -27,11 +27,6 @@ set -eu -o pipefail
make_stats() {
# workaround gitstats not supporting non-blocking IO correctly see
# https://github.com/travis-ci/travis-ci/issues/4704#issuecomment-348435959
python -c 'import os,sys,fcntl;\
flags = fcntl.fcntl(sys.stdout, fcntl.F_GETFL);\
fcntl.fcntl(sys.stdout, fcntl.F_SETFL, flags&~os.O_NONBLOCK);'
gitstats \
-c authors_top=1000 \
-c max_authors=100000 \