mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-22 09:49:35 +00:00
kernel: build force fuzz 0
Packeges uses fuzz 0, lets have the same behavior in scripts and packages. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
parent
7f94b70905
commit
40278b9906
@ -210,7 +210,7 @@ setup_kernel() {
|
|||||||
cd "${kernel_path}" || exit 1
|
cd "${kernel_path}" || exit 1
|
||||||
for p in ${kernel_patches}; do
|
for p in ${kernel_patches}; do
|
||||||
info "Applying patch $p"
|
info "Applying patch $p"
|
||||||
patch -p1 <"$p"
|
patch -p1 --fuzz 0 <"$p"
|
||||||
done
|
done
|
||||||
|
|
||||||
[ -n "${hypervisor_target}" ] || hypervisor_target="kvm"
|
[ -n "${hypervisor_target}" ] || hypervisor_target="kvm"
|
||||||
|
Loading…
Reference in New Issue
Block a user