mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +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)
|
targetPath: $(Build.ArtifactStagingDirectory)
|
||||||
|
|
||||||
- job: MacArm
|
- job: MacArm
|
||||||
|
condition: eq(0,1)
|
||||||
displayName: "Mac Build"
|
displayName: "Mac Build"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "macOS-latest"
|
vmImage: "macOS-latest"
|
||||||
|
@ -180,11 +181,11 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
artifact: 'Mac'
|
artifact: 'Mac'
|
||||||
path: $(Agent.TempDirectory)\package
|
path: $(Agent.TempDirectory)\package
|
||||||
- task: DownloadPipelineArtifact@2
|
# - task: DownloadPipelineArtifact@2
|
||||||
displayName: 'Download macOS ARM Build'
|
# displayName: 'Download macOS ARM Build'
|
||||||
inputs:
|
# inputs:
|
||||||
artifact: 'MacArm'
|
# artifact: 'MacArm'
|
||||||
path: $(Agent.TempDirectory)\package
|
# path: $(Agent.TempDirectory)\package
|
||||||
- task: NuGetToolInstaller@0
|
- task: NuGetToolInstaller@0
|
||||||
inputs:
|
inputs:
|
||||||
versionSpec: 5.x
|
versionSpec: 5.x
|
||||||
|
@ -413,6 +414,7 @@ stages:
|
||||||
targetPath: src/api/python/dist
|
targetPath: src/api/python/dist
|
||||||
|
|
||||||
- job: PythonArm
|
- job: PythonArm
|
||||||
|
condition eq(0,1)
|
||||||
displayName: "Python Arm packaging"
|
displayName: "Python Arm packaging"
|
||||||
pool:
|
pool:
|
||||||
vmImage: "ubuntu-latest"
|
vmImage: "ubuntu-latest"
|
||||||
|
|
Loading…
Reference in a new issue