mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-16 18:10:38 +00:00
use os package py3-cryptography
This commit is contained in:
parent
d57fe8df42
commit
2361f1696e
@ -205,11 +205,10 @@ local PipelineBuildContainer(arch='amd64') = {
|
|||||||
steps: [
|
steps: [
|
||||||
{
|
{
|
||||||
name: 'build',
|
name: 'build',
|
||||||
image: 'python:3.9-alpine',
|
image: 'python:3.9',
|
||||||
commands: [
|
commands: [
|
||||||
'apk --update --quiet add build-base libffi-dev musl-dev libressl-dev python3-dev cargo git',
|
'apk --update --quiet add py3-cryptography',
|
||||||
'git fetch -tq',
|
'git fetch -tq',
|
||||||
'pip install --upgrade --no-cache-dir pip',
|
|
||||||
'pip install poetry poetry-dynamic-versioning -qq',
|
'pip install poetry poetry-dynamic-versioning -qq',
|
||||||
'poetry build',
|
'poetry build',
|
||||||
],
|
],
|
||||||
|
17
.drone.yml
17
.drone.yml
@ -221,11 +221,10 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: python:3.9-alpine
|
image: python:3.9
|
||||||
commands:
|
commands:
|
||||||
- apk --update --quiet add build-base libffi-dev musl-dev libressl-dev python3-dev cargo git
|
- apk --update --quiet add py3-cryptography
|
||||||
- git fetch -tq
|
- git fetch -tq
|
||||||
- pip install --upgrade --no-cache-dir pip
|
|
||||||
- pip install poetry poetry-dynamic-versioning -qq
|
- pip install poetry poetry-dynamic-versioning -qq
|
||||||
- poetry build
|
- poetry build
|
||||||
|
|
||||||
@ -301,11 +300,10 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: python:3.9-alpine
|
image: python:3.9
|
||||||
commands:
|
commands:
|
||||||
- apk --update --quiet add build-base libffi-dev musl-dev libressl-dev python3-dev cargo git
|
- apk --update --quiet add py3-cryptography
|
||||||
- git fetch -tq
|
- git fetch -tq
|
||||||
- pip install --upgrade --no-cache-dir pip
|
|
||||||
- pip install poetry poetry-dynamic-versioning -qq
|
- pip install poetry poetry-dynamic-versioning -qq
|
||||||
- poetry build
|
- poetry build
|
||||||
|
|
||||||
@ -381,11 +379,10 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: python:3.9-alpine
|
image: python:3.9
|
||||||
commands:
|
commands:
|
||||||
- apk --update --quiet add build-base libffi-dev musl-dev libressl-dev python3-dev cargo git
|
- apk --update --quiet add py3-cryptography
|
||||||
- git fetch -tq
|
- git fetch -tq
|
||||||
- pip install --upgrade --no-cache-dir pip
|
|
||||||
- pip install poetry poetry-dynamic-versioning -qq
|
- pip install poetry poetry-dynamic-versioning -qq
|
||||||
- poetry build
|
- poetry build
|
||||||
|
|
||||||
@ -633,6 +630,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: a3c1fab4fd9b55b5c90d443ade4979500139863a28e417e679ef9157909217ce
|
hmac: a601d5984b74d59ea571757ffdf2e677d3bb6caf24b37d740018890ac28347a8
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user