mirror of
https://github.com/truenas/scale-build.git
synced 2025-12-26 22:19:34 +00:00
Do not run lintian to decrease build time
This commit is contained in:
@@ -167,4 +167,4 @@ class BuildPackageMixin:
|
||||
|
||||
@property
|
||||
def deflags(self):
|
||||
return [f'-j{self.jobs if self.jobs else os.cpu_count()}', '-us', '-uc', '-b']
|
||||
return ['--no-lintian', f'-j{self.jobs if self.jobs else os.cpu_count()}', '-us', '-uc', '-b']
|
||||
|
||||
Reference in New Issue
Block a user