@@ -49,38 +49,6 @@ stages:
49
49
artifactName : ' Ubuntu-20.04'
50
50
targetPath : $(Build.ArtifactStagingDirectory)
51
51
52
-
53
- - job : Ubuntu
54
- displayName : " Ubuntu build"
55
- pool :
56
- vmImage : " ubuntu-latest"
57
- steps :
58
- - script : python scripts/mk_unix_dist.py --dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk
59
- - script : git clone https://github.com/z3prover/z3test z3test
60
- - script : python z3test/scripts/test_benchmarks.py build-dist/z3 z3test/regressions/smt2
61
- - script : cp dist/*.zip $(Build.ArtifactStagingDirectory)/.
62
- - task : PublishPipelineArtifact@0
63
- inputs :
64
- artifactName : ' Ubuntu'
65
- targetPath : $(Build.ArtifactStagingDirectory)
66
-
67
- - job : UbuntuArm64
68
- displayName : " Ubuntu ARM64 build"
69
- pool :
70
- vmImage : " ubuntu-latest"
71
- steps :
72
- - script : sudo apt update
73
- - script : sudo apt install gcc-arm-none-eabi -y
74
- - script : sudo apt install gcc-arm-linux-gnueabihf -y
75
- - script : sudo apt install gcc-aarch64-linux-gnu -y
76
- - script : sudo apt install g++-aarch64-linux-gnu -y
77
- - script : CXX=aarch64-linux-gnu-g++ CC=aarch64-linux-gnu-gcc python scripts/mk_unix_dist.py --dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk --arch=arm64
78
- - script : cp dist/*.zip $(Build.ArtifactStagingDirectory)/.
79
- - task : PublishPipelineArtifact@0
80
- inputs :
81
- artifactName : ' UbuntuArm64'
82
- targetPath : $(Build.ArtifactStagingDirectory)
83
-
84
52
- job : UbuntuBuilds
85
53
displayName : " Ubuntu Builds"
86
54
pool :
@@ -125,7 +93,7 @@ stages:
125
93
- script : cp $(arch)/*.zip $(Build.ArtifactStagingDirectory)/.
126
94
- task : PublishPipelineArtifact@0
127
95
inputs :
128
- artifactName : ' ubuntu-builds '
96
+ artifactName : ' ubuntu-$(arch) '
129
97
targetPath : $(Build.ArtifactStagingDirectory)
130
98
131
99
- job : UbuntuDoc
@@ -182,25 +150,6 @@ stages:
182
150
artifactName : ' $(name)Build'
183
151
targetPath : $(Build.ArtifactStagingDirectory)
184
152
185
- # - job: MuslLinuxBuild
186
- # condition: eq(0,1)
187
- # variables:
188
- # python: "/opt/python/cp310-cp310/bin/python"
189
- # name: MuslLinux
190
- # displayName: "MuslLinux build"
191
- # pool:
192
- # vmImage: "ubuntu-latest"
193
- # container: "quay.io/pypa/musllinux_1_1_x86_64:latest"
194
- # steps:
195
- # - script: $(python) scripts/mk_unix_dist.py --nodotnet --nojava
196
- # - script: git clone https://github.com/z3prover/z3test z3test
197
- # - script: $(python) z3test/scripts/test_benchmarks.py build-dist/z3 z3test/regressions/smt2
198
- # - script: cp dist/*.zip $(Build.ArtifactStagingDirectory)/
199
- # - task: PublishPipelineArtifact@0
200
- # inputs:
201
- # artifactName: '$(name)Build'
202
- # targetPath: $(Build.ArtifactStagingDirectory)
203
-
204
153
- job : Windows32
205
154
displayName : " Windows 32-bit build"
206
155
pool :
@@ -341,11 +290,6 @@ stages:
341
290
inputs :
342
291
artifact : ' Windows64'
343
292
path : $(Agent.TempDirectory)\package
344
- - task : DownloadPipelineArtifact@2
345
- displayName : ' Download Ubuntu Build'
346
- inputs :
347
- artifact : ' Ubuntu'
348
- path : $(Agent.TempDirectory)\package
349
293
- task : DownloadPipelineArtifact@2
350
294
displayName : ' Download Ubuntu 20.04 Build'
351
295
inputs :
@@ -354,8 +298,13 @@ stages:
354
298
- task : DownloadPipelineArtifact@2
355
299
displayName : ' Download Ubuntu ARM64 Build'
356
300
inputs :
357
- artifact : ' UbuntuArm64 '
301
+ artifact : ' ubuntu-arm64 '
358
302
path : $(Agent.TempDirectory)\package
303
+ - task : DownloadPipelineArtifact@2
304
+ displayName : ' Download Ubuntu Build'
305
+ inputs :
306
+ artifact : ' ubuntu-x64'
307
+ path : $(Agent.TempDirectory)\package
359
308
- task : DownloadPipelineArtifact@2
360
309
displayName : ' Download macOS Build'
361
310
inputs :
@@ -577,11 +526,6 @@ stages:
577
526
inputs :
578
527
artifactName : ' ManyLinuxBuild'
579
528
targetPath : $(Agent.TempDirectory)
580
- # - task: DownloadPipelineArtifact@2
581
- # displayName: 'Download MuslLinux Build'
582
- # inputs:
583
- # artifact: 'MuslLinuxBuild'
584
- # path: $(Agent.TempDirectory)
585
529
- task : DownloadPipelineArtifact@2
586
530
inputs :
587
531
artifactName : ' Mac'
@@ -647,17 +591,12 @@ stages:
647
591
- task : DownloadPipelineArtifact@2
648
592
displayName : " Download Ubuntu Arm64"
649
593
inputs :
650
- artifactName : ' UbuntuArm64'
651
- targetPath : tmp
652
- - task : DownloadPipelineArtifact@2
653
- displayName : ' Download Ubuntu Builds'
654
- inputs :
655
- artifact : ' ubuntu-builds'
594
+ artifactName : ' ubuntu-arm64'
656
595
targetPath : tmp
657
596
- task : DownloadPipelineArtifact@2
658
597
displayName : " Download Ubuntu"
659
598
inputs :
660
- artifactName : ' Ubuntu '
599
+ artifactName : ' ubuntu-x64 '
661
600
targetPath : tmp
662
601
- task : DownloadPipelineArtifact@2
663
602
displayName : " Download Ubuntu-20.04"
0 commit comments