extend/ENV/super: set MATURIN_NO_INSTALL_RUST
				
					
				
			This commit is contained in:
		
							parent
							
								
									fe4f472c8d
								
							
						
					
					
						commit
						ba178a8f10
					
				@ -93,6 +93,8 @@ module Superenv
 | 
			
		||||
    # Prevent Go from automatically downloading a newer toolchain than the one that we have.
 | 
			
		||||
    # https://tip.golang.org/doc/toolchain
 | 
			
		||||
    self["GOTOOLCHAIN"] = "local"
 | 
			
		||||
    # Prevent maturin from automatically downloading its own rust
 | 
			
		||||
    self["MATURIN_NO_INSTALL_RUST"] = "1"
 | 
			
		||||
    # Prevent Python packages from using bundled libraries by default.
 | 
			
		||||
    # Currently for hidapi, pyzmq and pynacl
 | 
			
		||||
    self["HIDAPI_SYSTEM_HIDAPI"] = "1"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user