From 239fca72ff254cde9d6baf38ad4f449f3b6ad65b Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Mon, 31 Aug 2020 00:51:14 +0200 Subject: [PATCH] reupload to sid, with another hotfix for the autopkgtests --- debian/qualify-clang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/qualify-clang.sh b/debian/qualify-clang.sh index 972a233b..85d4753f 100755 --- a/debian/qualify-clang.sh +++ b/debian/qualify-clang.sh @@ -296,7 +296,7 @@ chmod +x foo.bc # only run if the binfmt is installed correctly /usr/sbin/update-binfmts --display llvm-$VERSION-runtime.binfmt &> foo.log || true 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 echo "executing ./foo.bc failed" ./foo.bc || true