File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66- script : ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-azdev
77 displayName : ' Configure CPython (debug)'
88
9- - script : make -s - j4
9+ - script : make -j4
1010 displayName : ' Build CPython'
1111
1212- script : make pythoninfo
Original file line number Diff line number Diff line change 2020- script : ./configure --with-pydebug
2121 displayName : ' Configure CPython (debug)'
2222
23- - script : make -s - j4
23+ - script : make -j4
2424 displayName : ' Build CPython'
2525
2626- ${{ if eq(parameters.coverage, 'true') }} :
Original file line number Diff line number Diff line change 5555 - name : Configure CPython
5656 run : ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-dev
5757 - name : Build CPython
58- run : make -s - j4
58+ run : make -j4
5959 - name : Display build info
6060 run : make pythoninfo
6161 - name : Tests
8282 - name : Configure CPython
8383 run : ./configure --with-pydebug --with-openssl=$PWD/multissl/openssl/$OPENSSL_VER
8484 - name : Build CPython
85- run : make -s - j4
85+ run : make -j4
8686 - name : Display build info
8787 run : make pythoninfo
8888 - name : Tests
Original file line number Diff line number Diff line change 4040 - name : Configure CPython
4141 run : ./configure --with-openssl=$PWD/multissl/openssl/$OPENSSL_VER
4242 - name : Build CPython
43- run : make -s - j4
43+ run : make -j4
4444 - name : Display build info
4545 run : make pythoninfo
4646 - name : ' Coverage Preparation'
Original file line number Diff line number Diff line change 2828 - name : ' Configure CPython'
2929 run : ./configure --with-pydebug
3030 - name : ' Build CPython'
31- run : make -s - j4
31+ run : make -j4
3232 - name : ' Install build dependencies'
3333 run : make -C Doc/ PYTHON=../python venv
3434 - name : ' Build documentation'
You can’t perform that action at this time.
0 commit comments