From 9bb068a42e2ebf5886bad17d9cd55b1434ab3050 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Thu, 21 Feb 2019 11:59:29 +0100 Subject: [PATCH] Cirrus CI: remove musl-libc job --- .cirrus.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index fc9bdf19..ab88daf6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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: -- 2.11.0