From c40c04a386bfcdf1a88af80eb44ed243a7089eb6 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Thu, 26 Aug 2021 16:04:51 +0200 Subject: [PATCH] integration-test-suite-test: fix build by using 13 as default version --- debian/tests/integration-test-suite-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tests/integration-test-suite-test b/debian/tests/integration-test-suite-test index 3f35552a..e674750f 100755 --- a/debian/tests/integration-test-suite-test +++ b/debian/tests/integration-test-suite-test @@ -2,7 +2,7 @@ set -e -LLVM_VERSION=12 +LLVM_VERSION=13 # this is taken from libjsoncpp package # Presence of $AUTOPKGTEST_TMP implies that someone will handle cleanup for us, so we