mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Remove rust installation via rustup, which is no longer needed
This commit is contained in:
		
							parent
							
								
									ab55e543c8
								
							
						
					
					
						commit
						8a6e5affa1
					
				
							
								
								
									
										3
									
								
								.github/workflows/wheels-dependencies.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/wheels-dependencies.sh
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -122,9 +122,6 @@ function build_libavif {
 | 
				
			||||||
        build_simple nasm 2.16.03 https://www.nasm.us/pub/nasm/releasebuilds/2.16.03
 | 
					        build_simple nasm 2.16.03 https://www.nasm.us/pub/nasm/releasebuilds/2.16.03
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # For rav1e
 | 
					 | 
				
			||||||
    curl https://sh.rustup.rs -sSf | sh -s -- -y
 | 
					 | 
				
			||||||
    . "$HOME/.cargo/env"
 | 
					 | 
				
			||||||
    if [ -z "$IS_ALPINE" ] && [ -z "$SANITIZER" ] && [ -z "$IS_MACOS" ]; then
 | 
					    if [ -z "$IS_ALPINE" ] && [ -z "$SANITIZER" ] && [ -z "$IS_MACOS" ]; then
 | 
				
			||||||
        yum install -y perl
 | 
					        yum install -y perl
 | 
				
			||||||
        if [[ "$MB_ML_VER" == 2014 ]]; then
 | 
					        if [[ "$MB_ML_VER" == 2014 ]]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										5
									
								
								.github/workflows/wheels.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/wheels.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -160,11 +160,6 @@ jobs:
 | 
				
			||||||
          & python.exe winbuild\build_prepare.py -v --no-imagequant --architecture=${{ matrix.cibw_arch }}
 | 
					          & python.exe winbuild\build_prepare.py -v --no-imagequant --architecture=${{ matrix.cibw_arch }}
 | 
				
			||||||
        shell: pwsh
 | 
					        shell: pwsh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Update rust
 | 
					 | 
				
			||||||
        if: matrix.cibw_arch == 'AMD64'
 | 
					 | 
				
			||||||
        run: |
 | 
					 | 
				
			||||||
          rustup update
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      - name: Build wheels
 | 
					      - name: Build wheels
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          setlocal EnableDelayedExpansion
 | 
					          setlocal EnableDelayedExpansion
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user