Although the image comes with clang, clang builds don't work yet.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Doug Goldstein <cardoe@cardoe.com>
variables:
CONTAINER: debian:unstable-i386
+fedora-gcc:
+ extends: .gcc-x86-64-build
+ variables:
+ CONTAINER: fedora:latest
+
+fedora-gcc-debug:
+ extends: .gcc-x86-64-build-debug
+ variables:
+ CONTAINER: fedora:latest
+
# Ubuntu Trusty's Clang is 3.4 while Xen requires 3.5
ubuntu-trusty-gcc: