restore ability of dev-build to skip patches (#20351)
At some point in the past, the skip_patch argument was removed from the call to package.do_install() this broke the --skip-patch flag on the dev-build command.
This commit is contained in:
		 Robert Underwood
					Robert Underwood
				
			
				
					committed by
					
						 Tamara Dahlgren
						Tamara Dahlgren
					
				
			
			
				
	
			
			
			 Tamara Dahlgren
						Tamara Dahlgren
					
				
			
						parent
						
							1df8e1daca
						
					
				
				
					commit
					c99850dd58
				
			| @@ -112,6 +112,7 @@ def dev_build(self, args): | |||||||
|         verbose=not args.quiet, |         verbose=not args.quiet, | ||||||
|         dirty=args.dirty, |         dirty=args.dirty, | ||||||
|         stop_before=args.before, |         stop_before=args.before, | ||||||
|  |         skip_patch=args.skip_patch, | ||||||
|         stop_at=args.until) |         stop_at=args.until) | ||||||
| 
 | 
 | ||||||
|     # drop into the build environment of the package? |     # drop into the build environment of the package? | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user