mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 13:29:11 +00:00 
			
		
		
		
	update release script
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									73f35e067c
								
							
						
					
					
						commit
						3ce6663536
					
				
					 1 changed files with 4 additions and 12 deletions
				
			
		| 
						 | 
					@ -130,22 +130,14 @@ stages:
 | 
				
			||||||
        targetPath: $(Build.ArtifactStagingDirectory)
 | 
					        targetPath: $(Build.ArtifactStagingDirectory)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - job: LinuxBuilds
 | 
					  - job: LinuxBuilds
 | 
				
			||||||
    strategy:
 | 
					    displayName: "Manylinux build"
 | 
				
			||||||
      matrix:
 | 
					 | 
				
			||||||
        manyLinux:
 | 
					 | 
				
			||||||
          name: ManyLinux
 | 
					 | 
				
			||||||
          image: "quay.io/pypa/manylinux2010_x86_64:latest"
 | 
					 | 
				
			||||||
          python: "/opt/python/cp37-cp37m/bin/python"
 | 
					 | 
				
			||||||
        muslLinux:
 | 
					 | 
				
			||||||
          name: MuslLinux
 | 
					 | 
				
			||||||
          image: "quay.io/pypa/musllinux_1_1_x86_64:latest"
 | 
					 | 
				
			||||||
          python: "/opt/python/cp310-cp310/bin/python"
 | 
					 | 
				
			||||||
    displayName: "$(name) build"
 | 
					 | 
				
			||||||
    pool:
 | 
					    pool:
 | 
				
			||||||
      vmImage: "ubuntu-latest"
 | 
					      vmImage: "ubuntu-latest"
 | 
				
			||||||
    container: $(image)
 | 
					    container: $(image)
 | 
				
			||||||
    variables:
 | 
					    variables:
 | 
				
			||||||
      python: $(python)
 | 
					      name: ManyLinux
 | 
				
			||||||
 | 
					      image: "quay.io/pypa/manylinux2010_x86_64:latest"
 | 
				
			||||||
 | 
					      python: "/opt/python/cp37-cp37m/bin/python"
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
    - task: PythonScript@0
 | 
					    - task: PythonScript@0
 | 
				
			||||||
      displayName: Build
 | 
					      displayName: Build
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue