mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
comment out muslinux build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6abea2de2c
commit
9ec34d96ce
|
@ -104,23 +104,23 @@ stages:
|
||||||
artifactName: '$(name)Build'
|
artifactName: '$(name)Build'
|
||||||
targetPath: $(Build.ArtifactStagingDirectory)
|
targetPath: $(Build.ArtifactStagingDirectory)
|
||||||
|
|
||||||
- job: MuslLinuxBuild
|
# - job: MuslLinuxBuild
|
||||||
variables:
|
# variables:
|
||||||
python: "/opt/python/cp310-cp310/bin/python"
|
# python: "/opt/python/cp310-cp310/bin/python"
|
||||||
name: MuslLinux
|
# name: MuslLinux
|
||||||
displayName: "MuslLinux build"
|
# displayName: "MuslLinux build"
|
||||||
pool:
|
# pool:
|
||||||
vmImage: "Ubuntu-18.04"
|
# vmImage: "Ubuntu-18.04"
|
||||||
container: "quay.io/pypa/musllinux_1_1_x86_64:latest"
|
# container: "quay.io/pypa/musllinux_1_1_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
|
||||||
- script: $(python) z3test/scripts/test_benchmarks.py build-dist/z3 z3test/regressions/smt2
|
# - script: $(python) z3test/scripts/test_benchmarks.py build-dist/z3 z3test/regressions/smt2
|
||||||
- script: cp dist/*.zip $(Build.ArtifactStagingDirectory)/
|
# - script: cp dist/*.zip $(Build.ArtifactStagingDirectory)/
|
||||||
- task: PublishPipelineArtifact@0
|
# - task: PublishPipelineArtifact@0
|
||||||
inputs:
|
# inputs:
|
||||||
artifactName: '$(name)Build'
|
# artifactName: '$(name)Build'
|
||||||
targetPath: $(Build.ArtifactStagingDirectory)
|
# targetPath: $(Build.ArtifactStagingDirectory)
|
||||||
|
|
||||||
- job: Windows32
|
- job: Windows32
|
||||||
displayName: "Windows 32-bit build"
|
displayName: "Windows 32-bit build"
|
||||||
|
|
Loading…
Reference in a new issue