reupload to sid, with another hotfix for the autopkgtests

This commit is contained in:
Gianfranco Costamagna 2020-08-31 00:51:14 +02:00
parent 9f1b15d8bb
commit 239fca72ff

View File

@ -296,7 +296,7 @@ chmod +x foo.bc
# only run if the binfmt is installed correctly # only run if the binfmt is installed correctly
/usr/sbin/update-binfmts --display llvm-$VERSION-runtime.binfmt &> foo.log || true /usr/sbin/update-binfmts --display llvm-$VERSION-runtime.binfmt &> foo.log || true
if grep -q "interpreter = /usr/bin/lli-" foo.log; then if grep -q "interpreter = /usr/bin/lli-" foo.log; then
/usr/sbin/update-binfmts --enable llvm-$VERSION-runtime.binfmt /usr/sbin/update-binfmts --enable llvm-$VERSION-runtime.binfmt || true
if ! ./foo.bc|grep -q "lli foo"; then if ! ./foo.bc|grep -q "lli foo"; then
echo "executing ./foo.bc failed" echo "executing ./foo.bc failed"
./foo.bc || true ./foo.bc || true