mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 11:41:35 +01:00
run kind of runs
This commit is contained in:
4
build
4
build
@@ -315,9 +315,9 @@ Extra args to pass to all scripts.
|
||||
parser.add_argument('components', choices=list(name_to_component_map.keys()) + [[]], default=[], nargs='*', help='''\
|
||||
Which components to build. Default: qemu-buildroot
|
||||
'''.format(kwargs['default_arch']))
|
||||
common.add_dry_run_argument(parser)
|
||||
self.add_dry_run_argument(parser)
|
||||
args = parser.parse_args()
|
||||
common.setup_dry_run_arguments(args)
|
||||
self.setup_dry_run_arguments(args)
|
||||
|
||||
# Decide archs.
|
||||
if kwargs['arch'] == []:
|
||||
|
||||
Reference in New Issue
Block a user