@@ -75,33 +75,33 @@ jobs:
7575# Python_37_Win64:
7676# python_version: '3.7'
7777# python_architecture: 'x64'
78-
79-
80- - template : etc/ci/azure-container-deb.yml
81- parameters :
82- name : Ubuntu_18_Bionic_py27
83- container : ' ubuntu:bionic'
84- python_version : ' 2.7'
85- install_python : sudo apt-get install -y python python-dev
86-
87- - template : etc/ci/azure-container-deb.yml
88- parameters :
89- name : Ubuntu_18_Bionic_py36
90- container : ' ubuntu:bionic'
91- python_version : ' 3.6'
92- install_python : |
93- set -ex
94- sudo apt-get -y install software-properties-common
95- sudo add-apt-repository -y ppa:deadsnakes
96- sudo apt-get -y update
97- sudo apt-get install -y python3.6 python3.6-venv python3.6-dev
98-
99- - template : etc/ci/azure-container-deb.yml
100- parameters :
101- name : Debian_9_Stretch_py27
102- container : ' debian:stretch'
103- python_version : ' 2.7'
104- install_python : sudo apt-get install -y python python-dev
78+ #
79+ #
80+ # - template: etc/ci/azure-container-deb.yml
81+ # parameters:
82+ # name: Ubuntu_18_Bionic_py27
83+ # container: 'ubuntu:bionic'
84+ # python_version: '2.7'
85+ # install_python: sudo apt-get install -y python python-dev
86+ #
87+ # - template: etc/ci/azure-container-deb.yml
88+ # parameters:
89+ # name: Ubuntu_18_Bionic_py36
90+ # container: 'ubuntu:bionic'
91+ # python_version: '3.6'
92+ # install_python: |
93+ # set -ex
94+ # sudo apt-get -y install software-properties-common
95+ # sudo add-apt-repository -y ppa:deadsnakes
96+ # sudo apt-get -y update
97+ # sudo apt-get install -y python3.6 python3.6-venv python3.6-dev
98+ #
99+ # - template: etc/ci/azure-container-deb.yml
100+ # parameters:
101+ # name: Debian_9_Stretch_py27
102+ # container: 'debian:stretch'
103+ # python_version: '2.7'
104+ # install_python: sudo apt-get install -y python python-dev
105105
106106 - template : etc/ci/azure-container-deb.yml
107107 parameters :
@@ -111,27 +111,28 @@ jobs:
111111 install_python : |
112112 set -ex
113113 echo "deb http://ftp.debian.org/debian testing main" | sudo tee -a /etc/apt/sources.list
114- sudo apt-get update
114+ echo 'APT::Default-Release "stable";' | sudo tee -a /etc/apt/apt.conf.d/00local
115+ sudo apt-get -y update
115116 # 3.6 is no longer in testing
116117 sudo apt-get install -t testing python3.7 python3.7-dev
117118
118- - template : etc/ci/azure-container-rpm.yml
119- parameters :
120- name : CentOS7_py27
121- container : ' centos:7'
122- python_version : ' 2.7'
123- install_python : sudo yum install -y python python27-devel
124-
125- - template : etc/ci/azure-container-rpm.yml
126- parameters :
127- name : CentOS7_py36
128- container : ' centos:7'
129- python_version : ' 3.6'
130- install_python : |
131- set -ex
132- sudo yum install -y epel-release
133- sudo yum install -y python36 python36-devel python36-virtualenv
134-
119+ # - template: etc/ci/azure-container-rpm.yml
120+ # parameters:
121+ # name: CentOS7_py27
122+ # container: 'centos:7'
123+ # python_version: '2.7'
124+ # install_python: sudo yum install -y python python27-devel
125+ #
126+ # - template: etc/ci/azure-container-rpm.yml
127+ # parameters:
128+ # name: CentOS7_py36
129+ # container: 'centos:7'
130+ # python_version: '3.6'
131+ # install_python: |
132+ # set -ex
133+ # sudo yum install -y epel-release
134+ # sudo yum install -y python36 python36-devel python36-virtualenv
135+ #
135136# - template: etc/ci/azure-container-rpm.yml
136137# parameters:
137138# name: Fedora_30_py27
0 commit comments