diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-06-02 17:33:36 -0400 |
|---|---|---|
| committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-06-02 17:34:29 -0400 |
| commit | c1f9fd05d43f5399492c8340484c01fcd08d069d (patch) | |
| tree | 286c4119ed648b4d44703291b616e58c51b42fa3 | |
| parent | 9643cce6db9883005922f3f88b63d96be284b12f (diff) | |
| download | cryptography-manylinux2010.tar.gz | |
hacks need hacksmanylinux2010
| -rw-r--r-- | .azure-pipelines/wheel-builder.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.azure-pipelines/wheel-builder.yml b/.azure-pipelines/wheel-builder.yml index cd5b5bd91..edd1dd51e 100644 --- a/.azure-pipelines/wheel-builder.yml +++ b/.azure-pipelines/wheel-builder.yml @@ -136,6 +136,8 @@ jobs: exit 0 fi displayName: Run execstack on the wheel + - script: .venv/bin/pip install -U pip + displayName: Upgrade pip again so we can actually use manylinux2010 - script: .venv/bin/pip install cryptography==$BUILD_VERSION --no-index -f wheelhouse/ displayName: Test installing the wheel - script: | |
