File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 - checkout : self
3737 - template : ./azure-debug.yml
3838
39- - job : linux_python310_amd64_manylinux2014
39+ - job : linux_python310_amd64_manylinux_2_24
4040 pool :
4141 vmImage : ubuntu-20.04
4242 container : quay.io/pypa/manylinux_2_24_x86_64:latest
5050 - checkout : self
5151 - template : ./azure-linux-container.yml
5252
53+ - job : linux_python39_amd64_manylinux_2_24
54+ pool :
55+ vmImage : ubuntu-20.04
56+ container : quay.io/pypa/manylinux_2_24_x86_64:latest
57+ variables :
58+ interpreter : python3.9
59+ manylinux : 2_24
60+ path : /home/vsts_azpcontainer/.local/bin:/home/vsts_azpcontainer/.cargo/bin:/opt/python/cp39-cp39/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin
61+ target : x86_64-unknown-linux-gnu
62+ verifyManylinux : true
63+ steps :
64+ - checkout : self
65+ - template : ./azure-linux-container.yml
66+
5367- job : linux_python39_amd64_manylinux2014
5468 pool :
5569 vmImage : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments