mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 03:32:28 +00:00 
			
		
		
		
	remove ubuntu20
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									ebdb0374ec
								
							
						
					
					
						commit
						b39bcd6a42
					
				
					 1 changed files with 0 additions and 38 deletions
				
			
		|  | @ -85,34 +85,6 @@ stages: | ||||||
|         artifactName: 'UbuntuBuild' |         artifactName: 'UbuntuBuild' | ||||||
|         targetPath: $(Build.ArtifactStagingDirectory) |         targetPath: $(Build.ArtifactStagingDirectory) | ||||||
| 
 | 
 | ||||||
|   - job: UbuntuBuild20 |  | ||||||
|     displayName: "Ubuntu build 20" |  | ||||||
|     pool: |  | ||||||
|       vmImage: "ubuntu-20.04" |  | ||||||
|     steps: |  | ||||||
|     - task: PythonScript@0 |  | ||||||
|       displayName: Build |  | ||||||
|       inputs: |  | ||||||
|         scriptSource: 'filepath' |  | ||||||
|         scriptPath: scripts/mk_unix_dist.py |  | ||||||
|         arguments: --dotnet-key=$(Build.SourcesDirectory)/resources/z3.snk |  | ||||||
|     - script: git clone https://github.com/z3prover/z3test z3test |  | ||||||
|       displayName: 'Clone z3test' |  | ||||||
|     - task: PythonScript@0 |  | ||||||
|       displayName: Test |  | ||||||
|       inputs: |  | ||||||
|         scriptSource: 'filepath' |  | ||||||
|         scriptPath: z3test/scripts/test_benchmarks.py |  | ||||||
|         arguments: build-dist/z3 z3test/regressions/smt2 |  | ||||||
|     - task: CopyFiles@2 |  | ||||||
|       inputs: |  | ||||||
|         sourceFolder: dist |  | ||||||
|         contents: '*.zip' |  | ||||||
|         targetFolder: $(Build.ArtifactStagingDirectory) |  | ||||||
|     - task: PublishPipelineArtifact@0 |  | ||||||
|       inputs: |  | ||||||
|         artifactName: 'UbuntuBuild20' |  | ||||||
|         targetPath: $(Build.ArtifactStagingDirectory) |  | ||||||
| 
 | 
 | ||||||
|   - job: UbuntuArm64 |   - job: UbuntuArm64 | ||||||
|     displayName: "Ubuntu ARM64 build" |     displayName: "Ubuntu ARM64 build" | ||||||
|  | @ -283,11 +255,6 @@ stages: | ||||||
|       inputs: |       inputs: | ||||||
|         artifact: 'UbuntuBuild' |         artifact: 'UbuntuBuild' | ||||||
|         path: $(Agent.TempDirectory)\package |         path: $(Agent.TempDirectory)\package | ||||||
|     - task: DownloadPipelineArtifact@2 |  | ||||||
|       displayName: 'Download Ubuntu20 Build' |  | ||||||
|       inputs: |  | ||||||
|         artifact: 'UbuntuBuild20' |  | ||||||
|         path: $(Agent.TempDirectory)\package |  | ||||||
|     - task: DownloadPipelineArtifact@2 |     - task: DownloadPipelineArtifact@2 | ||||||
|       displayName: 'Download Ubuntu ARM64 Build' |       displayName: 'Download Ubuntu ARM64 Build' | ||||||
|       inputs: |       inputs: | ||||||
|  | @ -545,11 +512,6 @@ stages: | ||||||
|     pool: |     pool: | ||||||
|       vmImage: "windows-latest" |       vmImage: "windows-latest" | ||||||
|     steps: |     steps: | ||||||
|     - task: DownloadPipelineArtifact@2 |  | ||||||
|       displayName: 'Download Ubuntu Build' |  | ||||||
|       inputs: |  | ||||||
|         artifact: 'UbuntuBuild20' |  | ||||||
|         path: $(Agent.TempDirectory) |  | ||||||
|     - task: DownloadPipelineArtifact@2 |     - task: DownloadPipelineArtifact@2 | ||||||
|       displayName: 'Download Ubuntu Build' |       displayName: 'Download Ubuntu Build' | ||||||
|       inputs: |       inputs: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue