image-tests: checkpoint build root
Most images share a build root, checkpoint the build root to speed up tests at the potential cost of some disk space (in the cases the build roots are not the same).
This commit is contained in:
parent
ddc4013dbf
commit
b0805377ea
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ func GetOsbuildCommand(store, outputDirectory string) *exec.Cmd {
|
|||
"osbuild",
|
||||
"--store", store,
|
||||
"--output-directory", outputDirectory,
|
||||
"--checkpoint", "build",
|
||||
"--json",
|
||||
"-",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue