[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] travis: Enable tools when building with clang
commit c106e5b039c712fc7b6f3ce3c82d367de09b8d98 Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> AuthorDate: Wed Apr 27 14:06:04 2016 +0100 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Wed Apr 27 20:32:22 2016 +0100 travis: Enable tools when building with clang tools now build under clang, so let them be tested. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Wei Liu <wei.liu2@xxxxxxxxxx> Release-acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> Acked-by: Doug Goldstein <cardoe@xxxxxxxxxx> --- scripts/travis-build | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/travis-build b/scripts/travis-build index 9a5c1c8..584d008 100755 --- a/scripts/travis-build +++ b/scripts/travis-build @@ -22,12 +22,6 @@ else cfgargs+=("--disable-tools") # we don't have the cross depends installed fi -# Due to multiple build failures and the desire to get more -# build testing (GCC only) enabled this is disabled -if [[ "${clang}" == "y" ]]; then - cfgargs+=("--disable-tools") -fi - ./configure "${cfgargs[@]}" make dist -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |