Skip to content

Commit

Permalink
Cirrus CI: remove musl-libc job
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenk committed Feb 21, 2019
1 parent 9f78b6c commit 9bb068a
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9bb068a

Please sign in to comment.