[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 3/3] gitlab-ci: add fedora gcc build jobs
Although the image comes with clang, clang builds don't work yet. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- automation/gitlab-ci/build.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml index c29a76e9ff..dd5722a5bb 100644 --- a/automation/gitlab-ci/build.yaml +++ b/automation/gitlab-ci/build.yaml @@ -301,6 +301,16 @@ debian-unstable-32-gcc-debug: 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: -- 2.20.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |