mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
disable arm
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ae07a53764
commit
da00deead8
|
@ -26,6 +26,7 @@ stages:
|
|||
targetPath: $(Build.ArtifactStagingDirectory)
|
||||
|
||||
- job: MacArm
|
||||
condition: eq(0,1)
|
||||
displayName: "Mac Build"
|
||||
pool:
|
||||
vmImage: "macOS-latest"
|
||||
|
@ -180,11 +181,11 @@ stages:
|
|||
inputs:
|
||||
artifact: 'Mac'
|
||||
path: $(Agent.TempDirectory)\package
|
||||
- task: DownloadPipelineArtifact@2
|
||||
displayName: 'Download macOS ARM Build'
|
||||
inputs:
|
||||
artifact: 'MacArm'
|
||||
path: $(Agent.TempDirectory)\package
|
||||
# - task: DownloadPipelineArtifact@2
|
||||
# displayName: 'Download macOS ARM Build'
|
||||
# inputs:
|
||||
# artifact: 'MacArm'
|
||||
# path: $(Agent.TempDirectory)\package
|
||||
- task: NuGetToolInstaller@0
|
||||
inputs:
|
||||
versionSpec: 5.x
|
||||
|
@ -413,6 +414,7 @@ stages:
|
|||
targetPath: src/api/python/dist
|
||||
|
||||
- job: PythonArm
|
||||
condition eq(0,1)
|
||||
displayName: "Python Arm packaging"
|
||||
pool:
|
||||
vmImage: "ubuntu-latest"
|
||||
|
|
Loading…
Reference in a new issue