mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-28 01:49:49 +00:00
Use 'CONFIG_VIRTIO_MEM=' prefix match instead of '\b' word boundary in grep -v: \b is a GNU extension not guaranteed by POSIX, making the ppc64le VIRTIO_MEM exclusion unreliable on non-GNU grep implementations. Add a comment on the rm -rf call to make clear this script always runs inside a dedicated build container, so deleting a relative path is safe. Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>