X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=.cirrus.yml;h=ab88daf64005a76a58ad0e998124f359f3f4253c;hp=259ef5f515b61b891c88f34714f21f9db8859691;hb=48efd3deb4c9139fd060ff3d289896e9031bcc7c;hpb=3c35c073a43052f7fea9830dfd857861d98fb1b2 diff --git a/.cirrus.yml b/.cirrus.yml index 259ef5f5..ab88daf6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -26,10 +26,6 @@ release_ready_task: # debian_default_toolchain_task: matrix: - - allow_failures: true - skip_notifications: true - container: - image: collectd/ci:wheezy_amd64 # TODO: fix this platform - allow_failures: false container: image: collectd/ci:jessie_amd64 @@ -83,10 +79,6 @@ redhat_default_toolchain_task: - allow_failures: true skip_notifications: true container: - image: collectd/ci:fedora26_x86_64 - - allow_failures: true - skip_notifications: true - container: image: collectd/ci:fedora28_x86_64 # fedora/rawhide is expected to fail - allow_failures: true @@ -125,7 +117,7 @@ non_standard_toolchains_task: - ./build.sh - clang --version - > - ./configure CC=clang + ./configure CC=clang CXX=clang++ $DEFAULT_CONFIG_OPTS CFLAGS="$(dpkg-buildflags --get CFLAGS)" CPPLAGS="$(dpkg-buildflags --get CPPFLAGS)" @@ -159,25 +151,6 @@ non_standard_toolchains_task: fi done - # build against musl-libc using gcc wrapper, expected to fail - - env: - LABEL: musl libc - allow_failures: true - skip_notifications: true - configure_script: - - ./build.sh - - musl-gcc --version - - > - ./configure CC=musl-gcc - $DEFAULT_CONFIG_OPTS - CFLAGS="$(dpkg-buildflags --get CFLAGS)" - CPPLAGS="$(dpkg-buildflags --get CPPFLAGS)" - LDFLAGS="$(dpkg-buildflags --get LDFLAGS)" - build_script: - - make -j2 -sk - tests_script: - - make -j2 -sk check - # build using clang with a collection of strict build flags, will most # probably always fail - env: @@ -188,7 +161,7 @@ non_standard_toolchains_task: - ./build.sh - clang --version - > - ./configure CC=clang + ./configure CC=clang CXX=clang++ $DEFAULT_CONFIG_OPTS CFLAGS='-Wall -Wno-error