3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +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"
pool:
vmImage: "ubuntu-latest"
container: "quay.io/pypa/manylinux2010_x86_64:latest"
container: "quay.io/pypa/manylinux2014_x86_64:latest"
steps:
- script: $(python) scripts/mk_unix_dist.py --nodotnet --nojava
- script: git clone https://github.com/z3prover/z3test z3test

View file

@ -124,7 +124,7 @@ stages:
displayName: "ManyLinux build"
variables:
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"
pool:
vmImage: "ubuntu-latest"