3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 20:18:18 +00:00

update version of manylinux

This commit is contained in:
Nikolaj Bjorner 2023-01-12 16:27:33 -08:00
parent 25b0b1430c
commit e4bd406675
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ stages:
displayName: "ManyLinux build" displayName: "ManyLinux build"
pool: pool:
vmImage: "ubuntu-latest" vmImage: "ubuntu-latest"
container: "quay.io/pypa/manylinux2010_x86_64:latest" container: "quay.io/pypa/manylinux2014_x86_64:latest"
steps: steps:
- script: $(python) scripts/mk_unix_dist.py --nodotnet --nojava - script: $(python) scripts/mk_unix_dist.py --nodotnet --nojava
- script: git clone https://github.com/z3prover/z3test z3test - script: git clone https://github.com/z3prover/z3test z3test

View file

@ -124,7 +124,7 @@ stages:
displayName: "ManyLinux build" displayName: "ManyLinux build"
variables: variables:
name: ManyLinux name: ManyLinux
image: "quay.io/pypa/manylinux2010_x86_64:latest" image: "quay.io/pypa/manylinux2014_x86_64:latest"
python: "/opt/python/cp37-cp37m/bin/python" python: "/opt/python/cp37-cp37m/bin/python"
pool: pool:
vmImage: "ubuntu-latest" vmImage: "ubuntu-latest"