Integrate Alpine into CI (#408)

* Integrate Alpine into CI.

* Fix package names.
pull/410/head
Felix Fontein 2022-02-19 18:54:05 +01:00 committed by GitHub
parent 84c1a20af7
commit 73c8577b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 0 deletions

View File

@ -127,6 +127,8 @@ stages:
test: ubuntu1804 test: ubuntu1804
- name: Ubuntu 20.04 - name: Ubuntu 20.04
test: ubuntu2004 test: ubuntu2004
- name: Alpine 3
test: alpine3
- stage: Docker_2_12 - stage: Docker_2_12
displayName: Docker 2.12 displayName: Docker 2.12
dependsOn: [] dependsOn: []
@ -159,6 +161,8 @@ stages:
test: opensuse15py2 test: opensuse15py2
- name: Ubuntu 18.04 - name: Ubuntu 18.04
test: ubuntu1804 test: ubuntu1804
- name: Alpine 3
test: alpine3
- stage: Docker_2_10 - stage: Docker_2_10
displayName: Docker 2.10 displayName: Docker 2.10
dependsOn: [] dependsOn: []

View File

@ -0,0 +1,4 @@
---
openssl_package_name: openssl
cryptography_package_name: py-cryptography
cryptography_package_name_python3: py3-cryptography

View File

@ -0,0 +1,3 @@
---
pyopenssl_package_name: py-openssl
pyopenssl_package_name_python3: py3-openssl

View File

@ -58,6 +58,11 @@ system_python_version_data:
Debian: Debian:
'11': '11':
- '3.9' - '3.9'
Alpine:
'3.15':
- '3.9'
'3.12':
- '3.8'
cannot_upgrade_cryptography: cannot_upgrade_cryptography:
FreeBSD: FreeBSD:

View File

@ -0,0 +1 @@
openssh_client_package_name: openssh