mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
Update nightly.yaml for Azure Pipelines
This commit is contained in:
parent
48701826f1
commit
0038817656
|
@ -97,10 +97,11 @@ stages:
|
||||||
name: MuslLinux
|
name: MuslLinux
|
||||||
image: "quay.io/pypa/musllinux_1_1_x86_64:latest"
|
image: "quay.io/pypa/musllinux_1_1_x86_64:latest"
|
||||||
python: "/opt/python/cp310-cp310/bin/python"
|
python: "/opt/python/cp310-cp310/bin/python"
|
||||||
|
maxParallel: 2
|
||||||
displayName: "$(name) build"
|
displayName: "$(name) build"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "Ubuntu-18.04"
|
vmImage: "Ubuntu-18.04"
|
||||||
container: $(image)
|
container: $(image)
|
||||||
variables:
|
variables:
|
||||||
python: $(python)
|
python: $(python)
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue