On 12/5/16 10:45 AM, Wei Liu wrote: > The file provided contains symbols that must be set to certain values. > This then prevents random build breakage in travis due to > known-incompatible symbol selections. > > Signed-off-by: Wei Liu <[email protected]> > --- > Cc: Doug Goldstein <[email protected]> > --- > scripts/travis-build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/travis-build b/scripts/travis-build > index 584d008..0cb15a8 100755 > --- a/scripts/travis-build > +++ b/scripts/travis-build > @@ -4,7 +4,7 @@ $CC --version > > # random config or default config > if [[ "${RANDCONFIG}" == "y" ]]; then > - make -C xen randconfig > + make -C xen KCONFIG_ALLCONFIG=tools/kconfig/allrandom.config randconfig > else > make -C xen defconfig > fi >
Reviewed-by: Doug Goldstein <[email protected]> -- Doug Goldstein
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Xen-devel mailing list [email protected] https://lists.xen.org/xen-devel
