travis: disable vhost build on Travis-CI
The virtio_scsi.h header is not available in the version of linux-libc-dev shipped with Ubuntu Trusty. Change-Id: I442f2cfc160b166b56b3c0b6f2f3ff02df971abb Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
parent
4a385f2c38
commit
2d0246da83
@ -28,5 +28,5 @@ before_script:
|
||||
- popd
|
||||
|
||||
script:
|
||||
- make CONFIG_WERROR=y
|
||||
- make CONFIG_WERROR=y CONFIG_VHOST=n
|
||||
- ./unittest.sh
|
||||
|
Loading…
Reference in New Issue
Block a user