| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Move partial config functionality into BuildWithPartConfig.
It is used only for syz-gce which will be removed soon.
Provide a better interface for new continuous build system.
|
| |
|
|
|
| |
NumCPU*2 can create excessive number of subprocesses
in the case machine is busy with other things as well.
|
| |
|
|
|
| |
- Move does not work across filesystems (i.e. tmpfs->disk)
- set proper permissions for ssh key
|
| |
|
|
|
|
|
|
|
|
| |
vm/gce differs from other VM types in that it accepts image
in a weird, GCE-specific format (namely, image named disk.raw
is put into .tar.gz file). This makes it impossible to write
generic code that creates images for any VM types.
Make vm/gce accept just image like e.g. vm/qemu
and handle own specifics internally.
|
| |
|
|
|
| |
Normally config is applied on top of defconfig+kvmconfig.
This allows to provide full config that is used unmodified.
|
| | |
|
|
|
Move functionality to build kernel/image
from syz-gce to a separate package.
|