>>> On 05.06.19 at 13:13, <ian.jack...@eu.citrix.com> wrote:
> --- a/mfi-common
> +++ b/mfi-common
> @@ -373,7 +373,8 @@ create_build_jobs () {
>          fi
>      fi
>  
> -    if branch_wants_livepatch; then
> +    if branch_wants_livepatch ||
> +          [ $arch = arm64 -a "$xenbranch" = xen-4.11-testing ]; then
>         livepatch_runvars='enable_livepatch=true'
>      fi

Isn't this overly restrictive, i.e. wouldn't this better be done uniformly
for all branches?

Jan



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to