mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-26 16:11:56 +02:00
TBR: Add replace to build_image
This commit is contained in:
parent
151a896d4b
commit
0c156f9ccb
@ -284,7 +284,7 @@ def _Build(buildroot):
|
|||||||
|
|
||||||
def _BuildImage(buildroot):
|
def _BuildImage(buildroot):
|
||||||
cwd = os.path.join(buildroot, 'src', 'scripts')
|
cwd = os.path.join(buildroot, 'src', 'scripts')
|
||||||
RunCommand(['./build_image'], cwd=cwd, enter_chroot=True)
|
RunCommand(['./build_image', '--replace'], cwd=cwd, enter_chroot=True)
|
||||||
|
|
||||||
def _RunUnitTests(buildroot):
|
def _RunUnitTests(buildroot):
|
||||||
cwd = os.path.join(buildroot, 'src', 'scripts')
|
cwd = os.path.join(buildroot, 'src', 'scripts')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user