File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 87
87
./bootstrap && make build
88
88
working-directory : ./worktree-image
89
89
env :
90
- MAKE : make -j2 --output-sync=recurse
91
- SAGE_NUM_THREADS : 2
90
+ MAKE : make -j4 --output-sync=recurse
91
+ SAGE_NUM_THREADS : 4
92
92
93
93
- name : Build (fallback to non-incremental)
94
94
id : build
98
98
make sagelib-clean && git clean -fx src/sage && ./config.status && make build
99
99
working-directory : ./worktree-image
100
100
env :
101
- MAKE : make -j2 --output-sync=recurse
102
- SAGE_NUM_THREADS : 2
101
+ MAKE : make -j4 --output-sync=recurse
102
+ SAGE_NUM_THREADS : 4
103
103
104
104
- name : Build docs (PDF)
105
105
id : docbuild
@@ -108,8 +108,8 @@ jobs:
108
108
make doc-clean doc-uninstall; make sagemath_doc_html-build-deps sagemath_doc_pdf-no-deps
109
109
working-directory : ./worktree-image
110
110
env :
111
- MAKE : make -j2 --output-sync=recurse
112
- SAGE_NUM_THREADS : 2
111
+ MAKE : make -j4 --output-sync=recurse
112
+ SAGE_NUM_THREADS : 4
113
113
114
114
- name : Copy docs
115
115
id : copy
Original file line number Diff line number Diff line change 95
95
./bootstrap && make sagemath_doc_html-build-deps
96
96
working-directory : ./worktree-image
97
97
env :
98
- MAKE : make -j2 --output-sync=recurse
99
- SAGE_NUM_THREADS : 2
98
+ MAKE : make -j4 --output-sync=recurse
99
+ SAGE_NUM_THREADS : 4
100
100
101
101
- name : Build (fallback to non-incremental)
102
102
id : build
@@ -106,8 +106,8 @@ jobs:
106
106
make sagelib-clean && git clean -fx src/sage && ./config.status && make sagemath_doc_html-build-deps
107
107
working-directory : ./worktree-image
108
108
env :
109
- MAKE : make -j2 --output-sync=recurse
110
- SAGE_NUM_THREADS : 2
109
+ MAKE : make -j4 --output-sync=recurse
110
+ SAGE_NUM_THREADS : 4
111
111
112
112
- name : Build docs
113
113
id : docbuild
@@ -124,8 +124,8 @@ jobs:
124
124
./config.status && make sagemath_doc_html-no-deps
125
125
working-directory : ./worktree-image
126
126
env :
127
- MAKE : make -j2 --output-sync=recurse
128
- SAGE_NUM_THREADS : 2
127
+ MAKE : make -j4 --output-sync=recurse
128
+ SAGE_NUM_THREADS : 4
129
129
130
130
- name : Copy docs
131
131
id : copy
@@ -169,8 +169,8 @@ jobs:
169
169
./config.status && make sagemath_doc_html-no-deps sagemath_doc_pdf-no-deps
170
170
working-directory : ./worktree-image
171
171
env :
172
- MAKE : make -j2 --output-sync=recurse
173
- SAGE_NUM_THREADS : 2
172
+ MAKE : make -j4 --output-sync=recurse
173
+ SAGE_NUM_THREADS : 4
174
174
175
175
- name : Copy live doc
176
176
id : copylivedoc
You can’t perform that action at this time.
0 commit comments