From: Andrew Cooper Date: Fri, 15 Jul 2016 12:51:30 +0000 (+0100) Subject: travis: Add checkpolicy to the list of packages X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~747 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b48be35ac86cd6369124cf06ca3006d086095297;p=xen.git travis: Add checkpolicy to the list of packages Since c/s 41b61be1c "xsm: add a default policy to .init.data", checkpolicy is required for the hypervisor build if randconfig decides to enable XSM. Identified by a Travis randconfig run: https://travis-ci.org/andyhhp/xen/jobs/144989065 Signed-off-by: Andrew Cooper Acked-by: Doug Goldstein --- diff --git a/.travis.yml b/.travis.yml index 5bae60d877..9121fcca40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,6 +70,7 @@ addons: - gcc-5 - g++-5 - seabios + - checkpolicy # we must set CXX manually instead of using 'language: cpp' due to # travis-ci/travis-ci#3871 before_script: