Skip to content

Commit

Permalink
Workaround packaging tests failures on debian10 (elastic#113550)
Browse files Browse the repository at this point in the history
This is a workaround until elastic#113549 is addressed
  • Loading branch information
breskeby authored Sep 25, 2024
1 parent 4f66631 commit 138e100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/packaging-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 138e100

Please sign in to comment.