From 138e100d3bf3d3ef8a71245456492495c8e58cef Mon Sep 17 00:00:00 2001 From: Rene Groeschke Date: Wed, 25 Sep 2024 19:34:11 +0200 Subject: [PATCH] Workaround packaging tests failures on debian10 (#113550) This is a workaround until https://github.com/elastic/elasticsearch/issues/113549 is addressed --- .ci/scripts/packaging-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/scripts/packaging-test.sh b/.ci/scripts/packaging-test.sh index 1626255c30b4f..6b9938dabffa8 100755 --- a/.ci/scripts/packaging-test.sh +++ b/.ci/scripts/packaging-test.sh @@ -39,7 +39,7 @@ if [ -f "/etc/os-release" ] ; then # Work around incorrect lintian version # https://github.com/elastic/elasticsearch/issues/48573 if [ $VERSION_ID == 10 ] ; then - sudo apt-get update -y + sudo apt-get update -y || true sudo apt-get install -y --allow-downgrades lintian=2.15.0 fi fi