mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-30 19:22:28 +00:00 
			
		
		
		
	Put in workaround to rename manylinux_arm64 to manylinux_aarch64
This commit is contained in:
		
							parent
							
								
									d6f522e205
								
							
						
					
					
						commit
						7aaa5a8da2
					
				
					 1 changed files with 8 additions and 1 deletions
				
			
		|  | @ -298,7 +298,14 @@ if 'bdist_wheel' in sys.argv and '--plat-name' not in sys.argv: | |||
|             if arch == 'x64': | ||||
|                 plat_name = 'manylinux2014_x86_64' | ||||
|             elif arch == 'arm64': | ||||
|                 plat_name = 'manylinux2014_arm64'                 | ||||
|                 # context on why are we match on arm64 | ||||
|                 # but use aarch64 on the plat_name is | ||||
|                 # due to a workaround current python | ||||
|                 # legacy build doesn't support aarch64 | ||||
|                 # so using the currently supported arm64 | ||||
|                 # build and simply rename it to aarch64 | ||||
|                 # see full context on #7148 | ||||
|                 plat_name = 'manylinux2014_aarch64'                 | ||||
|             else: | ||||
|                 plat_name = 'manylinux2014_i686' | ||||
|         elif distos == 'linux' and os_id == 'alpine': | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue