X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=.cirrus.yml;h=ab88daf64005a76a58ad0e998124f359f3f4253c;hp=1d7f1f529ee07c2445ee27eee7461cbea10f4f0e;hb=48efd3deb4c9139fd060ff3d289896e9031bcc7c;hpb=671c439d1c26e295128b9655f4b8682f63ce0ebe diff --git a/.cirrus.yml b/.cirrus.yml index 1d7f1f52..ab88daf6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -117,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)" @@ -151,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: @@ -180,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