mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-17 15:38:00 +00:00
`tools/packaging/scripts/apply_patches.sh` uses `git apply $patch`, but this will not apply to subdirectories. If one wanted to apply with `git apply`, they'd have to run it with `--directory=...` _relative to the Git tree's root_ (absolute will not work!). I suggest we just use `patch`, which will do what we expected `git apply` would do. `patch` is also added to build containers that require it. Fixes: #3690 Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com> |
||
---|---|---|
.. | ||
cloud-hypervisor | ||
firecracker | ||
kernel | ||
qemu | ||
scripts | ||
shim-v2 | ||
qemu.blacklist | ||
README.md |
Static build
This directory contains files to build static versions of Kata Containers.