Stabilize kernel materialization parallelism
This commit is contained in:
parent
89d0cb93bf
commit
0c4ac17b82
3 changed files with 34 additions and 1 deletions
|
|
@ -25,6 +25,10 @@ Build requirements for the real path:
|
|||
- outbound network access to GitHub and Debian snapshot mirrors
|
||||
- enough disk for a kernel build plus 2G ext4 images per profile
|
||||
|
||||
Kernel build note:
|
||||
- the kernel builder now defaults to conservative parallelism to avoid compiler crashes on memory-constrained hosts
|
||||
- if you still need to force a lower setting, use `PYRO_KERNEL_BUILD_JOBS=1 make runtime-build-kernel-real` or `PYRO_KERNEL_BUILD_JOBS=1 make runtime-materialize`
|
||||
|
||||
Current status:
|
||||
1. Firecracker and Jailer are materialized from pinned official release artifacts.
|
||||
2. The kernel and rootfs images are built from pinned inputs into `build/runtime_sources/`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue