From: Andrew Cooper Date: Wed, 27 Apr 2016 13:06:04 +0000 (+0100) Subject: travis: Enable tools when building with clang X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~1216 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c106e5b039c712fc7b6f3ce3c82d367de09b8d98;p=xen.git travis: Enable tools when building with clang tools now build under clang, so let them be tested. Signed-off-by: Andrew Cooper Reviewed-by: Wei Liu Release-acked-by: Wei Liu Acked-by: Doug Goldstein --- diff --git a/scripts/travis-build b/scripts/travis-build index 9a5c1c85bf..584d008e41 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