Skip to content

Commit b5bedf4

Browse files
authored
reduce the chance for random circleci breakage (LeelaChessZero#1154)
1 parent c6642d5 commit b5bedf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: Build GCC
3535
command: |
3636
cd build-gcc
37-
ninja
37+
ninja -j 4
3838
- run:
3939
command: cp build-clang/lc0 /tmp/lc0-clang
4040
- run:

0 commit comments

Comments
 (0)