mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(CI): Remove travis CI workaround from build-gitstats
This commit is contained in:
parent
5bcfd21760
commit
85b0f233e7
|
@ -27,11 +27,6 @@ set -eu -o pipefail
|
||||||
|
|
||||||
|
|
||||||
make_stats() {
|
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 \
|
gitstats \
|
||||||
-c authors_top=1000 \
|
-c authors_top=1000 \
|
||||||
-c max_authors=100000 \
|
-c max_authors=100000 \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user