diff --git a/debian/changelog b/debian/changelog index 86924d56..f6661221 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-11 (1:11.0.0~+rc2-4) unstable; urgency=medium + + * integration-test-suite-test: change the configuration for 11 + + -- Sylvestre Ledru Fri, 28 Aug 2020 23:08:33 +0200 + llvm-toolchain-11 (1:11.0.0~+rc2-3) unstable; urgency=medium * Fix testsuite by ignoring binfmts test diff --git a/debian/tests/integration-test-suite-test b/debian/tests/integration-test-suite-test index 328c0edc..c5e14c6b 100755 --- a/debian/tests/integration-test-suite-test +++ b/debian/tests/integration-test-suite-test @@ -2,7 +2,7 @@ set -e -LLVM_VERSION=10 +LLVM_VERSION=11 # this is taken from libjsoncpp package # Presence of $ADTTMP implies that someone will handle cleanup for us, so we