Message ID | 20190404112302.4796-4-wei.liu2@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | automation: add Fedora image and build jobs | expand |
On Thu, Apr 04, 2019 at 12:23:02PM +0100, Wei Liu wrote: > 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>
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:
Although the image comes with clang, clang builds don't work yet. Signed-off-by: Wei Liu <wei.liu2@citrix.com> --- automation/gitlab-ci/build.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+)