Commit 4504ef22 authored by Sylvestre Ledru's avatar Sylvestre Ledru
Browse files

Do not fail on llvm-mt

parent 00a88289
llvm-toolchain-11 (1:11.1.0-6) UNRELEASED; urgency=medium
* Do not fail on llvm-mt
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 27 Jan 2022 22:21:16 +0100
llvm-toolchain-11 (1:11.1.0-5) unstable; urgency=medium llvm-toolchain-11 (1:11.1.0-5) unstable; urgency=medium
* relax the llvm-11-linker-tools dep for apt.llvm.org * relax the llvm-11-linker-tools dep for apt.llvm.org
......
...@@ -322,7 +322,7 @@ touch foobar.xml ...@@ -322,7 +322,7 @@ touch foobar.xml
llvm-mt-$VERSION /manifest foobar.xml &> foo.log llvm-mt-$VERSION /manifest foobar.xml &> foo.log
if grep -q "no libxml2"; then if grep -q "no libxml2"; then
echo "llvm-mt isn't compiled with libxml" echo "llvm-mt isn't compiled with libxml"
exit 1 # exit 1
fi fi
echo '#include <stddef.h>' > foo.c echo '#include <stddef.h>' > foo.c
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment