[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [freebsd-master test] 124935: trouble: blocked/broken
On Wed, Jul 04, 2018 at 11:59:20AM +0100, Ian Jackson wrote: > Ian Jackson writes ("Re: [Xen-devel] [freebsd-master test] 124935: trouble: > blocked/broken"): > > I will send some patches to fix that in a moment. > > With those patches, I think adding this "flag" to an appropriate > hostflags runvar will DTRT: > PropEq:Firmware:bios:bios Thanks! > But I haven't tested that. So something like: ---8<--- diff --git a/make-freebsd-flight b/make-freebsd-flight index 4e92f51a..5cb88f9d 100755 --- a/make-freebsd-flight +++ b/make-freebsd-flight @@ -44,7 +44,7 @@ for arch in "$arches"; do $arch_runvars \ tree_freebsd=$TREE_FREEBSD \ revision_freebsd=$REVISION_FREEBSD \ - host_hostflags=arch-$arch,purpose-build \ + host_hostflags=arch-$arch,purpose-build,PropEq:Firmware:bios:bios \ all_host_os=freebsd \ $freebsd_runvars @@ -56,7 +56,7 @@ for arch in "$arches"; do $arch_runvars \ tree_freebsd=$TREE_FREEBSD \ revision_freebsd=$REVISION_FREEBSD \ - host_hostflags=arch-$arch,purpose-build \ + host_hostflags=arch-$arch,purpose-build,PropEq:Firmware:bios:bios \ all_host_os=freebsd \ freebsdbuildjob=build-$arch-freebsd \ recipe_testinstall=true _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |