Hi Ian, On 4/26/19 5:40 PM, Ian Jackson wrote:
Our armhf hosts are devboards and very slow, as well as scarce. It 5takes 17ks or so for a kernel build. This will go *much* faster on
NIT: s/5takes/takes/
an amd64 box and we have lots of those too. standalone-generate-dump-flight-runvars shows that the only change is to change host_arch from armhf to amd64 in build-armhf-pvops jobs. Signed-off-by: Ian Jackson <[email protected]> CC: Julien Grall <[email protected]> CC: Stefano Stabellini <[email protected]>
FWIW: Acked-by: Julien Grall <[email protected]>
--- mfi-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mfi-common b/mfi-common index 7b5c894f..30f2692d 100644 --- a/mfi-common +++ b/mfi-common @@ -424,7 +424,7 @@ create_build_jobs () { fijob_create_build_crossable build-$arch-pvops build-kern $arch \- - \ + armhf amd64 - \ kconfighow=xen-enable-xen-config \ $RUNVARS $BUILD_RUNVARS $BUILD_LINUX_RUNVARS $arch_runvars \ $hostos_runvars \
Cheers, -- Julien Grall _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
