travis: disable UBSAN
authorWei Liu <wei.liu2@citrix.com>
Tue, 10 Oct 2017 17:23:33 +0000 (18:23 +0100)
committerWei Liu <wei.liu2@citrix.com>
Tue, 10 Oct 2017 17:24:32 +0000 (18:24 +0100)
The stock compiler in travis doesn't support -fsanitize=undefined.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Doug Goldstein <cardoe@cardoe.com>
xen/tools/kconfig/allrandom.config

index c7753ac4addbeffbae0024fd2de054a06c6274f9..76f74320b5b07eb9b5bf9e299ad070b7385ee536 100644 (file)
@@ -1,3 +1,4 @@
 # Explicit option choices not subject to regular RANDCONFIG
 
 CONFIG_GCOV_FORMAT_AUTODETECT=y
+CONFIG_UBSAN=n