summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-05-03 20:53:15 -0600
committerGitHub <noreply@github.com>2020-05-03 20:53:15 -0600
commit58dbafac8dec98557fb99e7884a970e2ed9a9973 (patch)
treecb50fd7d87a68fa867eac5daf48c130b52ef6c36
parent14c3c183aa6b8bf504e8b763a3ce0c8ddd0ef6b6 (diff)
parent5adf00613d107ccc811c407d6b2cada4d54acad5 (diff)
downloadnumpy-58dbafac8dec98557fb99e7884a970e2ed9a9973.tar.gz
Merge pull request #16147 from tylerjereddy/pin_manylinux2010_issue_16146
CI: pin 32-bit manylinux2010 image tag
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7b23fef61..4d1351886 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -34,9 +34,9 @@ stages:
vmImage: 'ubuntu-18.04'
steps:
- script: |
- docker pull quay.io/pypa/manylinux2010_i686
+ docker pull quay.io/pypa/manylinux2010_i686:2020-04-29-0e1afc5
docker run -v $(pwd):/numpy -e CFLAGS="-msse2 -std=c99 -UNDEBUG" \
- -e F77=gfortran-5 -e F90=gfortran-5 quay.io/pypa/manylinux2010_i686 \
+ -e F77=gfortran-5 -e F90=gfortran-5 quay.io/pypa/manylinux2010_i686:2020-04-29-0e1afc5 \
/bin/bash -xc "cd numpy && \
/opt/python/cp38-cp38/bin/python -mvenv venv &&\
source venv/bin/activate && \