mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19: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)
 | 
			
		||||
 | 
			
		||||
  - job: LinuxBuilds
 | 
			
		||||
    strategy:
 | 
			
		||||
      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"
 | 
			
		||||
    displayName: "Manylinux build"
 | 
			
		||||
    pool:
 | 
			
		||||
      vmImage: "ubuntu-latest"
 | 
			
		||||
    container: $(image)
 | 
			
		||||
    variables:
 | 
			
		||||
      python: $(python)
 | 
			
		||||
      name: ManyLinux
 | 
			
		||||
      image: "quay.io/pypa/manylinux2010_x86_64:latest"
 | 
			
		||||
      python: "/opt/python/cp37-cp37m/bin/python"
 | 
			
		||||
    steps:
 | 
			
		||||
    - task: PythonScript@0
 | 
			
		||||
      displayName: Build
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue