File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
- name : Configure CPython
56
56
run : ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-dev
57
57
- name : Build CPython
58
- run : make -s - j4
58
+ run : make -j4
59
59
- name : Display build info
60
60
run : make pythoninfo
61
61
- name : Tests
Original file line number Diff line number Diff line change 40
40
- name : Configure CPython
41
41
run : ./configure --with-openssl=$PWD/multissl/openssl/$OPENSSL_VER
42
42
- name : Build CPython
43
- run : make -s - j4
43
+ run : make -j4
44
44
- name : Display build info
45
45
run : make pythoninfo
46
46
- name : ' Coverage Preparation'
Original file line number Diff line number Diff line change 28
28
- name : ' Configure CPython'
29
29
run : ./configure --with-pydebug
30
30
- name : ' Build CPython'
31
- run : make -s - j4
31
+ run : make -j4
32
32
- name : ' Install build dependencies'
33
33
run : make -C Doc/ PYTHON=../python venv
34
34
- name : ' Build documentation'
You can’t perform that action at this time.
0 commit comments