Require git log only when not strict
This commit is contained in:
		
							parent
							
								
									6175b3fe4c
								
							
						
					
					
						commit
						84f544f08f
					
				@ -411,7 +411,7 @@ module Homebrew
 | 
				
			|||||||
    def audit_gcc_dependency
 | 
					    def audit_gcc_dependency
 | 
				
			||||||
      return unless @git
 | 
					      return unless @git
 | 
				
			||||||
      return unless @core_tap
 | 
					      return unless @core_tap
 | 
				
			||||||
      return unless formula.tap.git? # git log is required
 | 
					      return if !@strict && !formula.tap.git? # git log is required for non-strict audit
 | 
				
			||||||
      return unless Homebrew::SimulateSystem.simulating_or_running_on_linux?
 | 
					      return unless Homebrew::SimulateSystem.simulating_or_running_on_linux?
 | 
				
			||||||
      return unless linux_only_gcc_dep?(formula)
 | 
					      return unless linux_only_gcc_dep?(formula)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user