Skip to content

Commit 29984a4

Browse files
author
Matthias Koeppe
committed
doc-build.yml: Use 'make --output-sync=recurse
1 parent c7e3f32 commit 29984a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/doc-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
./bootstrap && make build
6262
working-directory: ./worktree-image
6363
env:
64-
MAKE: make -j2
64+
MAKE: make -j2 --output-sync=recurse
6565
SAGE_NUM_THREADS: 2
6666

6767
- name: Build (fallback to non-incremental)
@@ -72,7 +72,7 @@ jobs:
7272
make doc-clean doc-uninstall sagelib-clean && git clean -fx src/sage && ./config.status && make build
7373
working-directory: ./worktree-image
7474
env:
75-
MAKE: make -j2
75+
MAKE: make -j2 --output-sync=recurse
7676
SAGE_NUM_THREADS: 2
7777

7878
- name: Build docs
@@ -89,7 +89,7 @@ jobs:
8989
./config.status && make doc-html
9090
working-directory: ./worktree-image
9191
env:
92-
MAKE: make -j2
92+
MAKE: make -j2 --output-sync=recurse
9393
SAGE_NUM_THREADS: 2
9494

9595
- name: Copy docs

0 commit comments

Comments
 (0)