Skip to content

Commit

Permalink
Account for mariadb-plugin-mroonga diffs in Debian-11
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Oct 16, 2024
1 parent 0011420 commit 9db192c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/bash_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,10 @@ check_upgraded_versions() {
sed -i '/libaio.so/d;liburing.so/d' ./ldd-*.cmp
sed -i '/lsof/d' ./reqs-*.cmp

#Account for mariadb-plugin-mroonga diffs in Debian-11
sed -i '/liblz4-1/d' ./reqs-*.cmp
sed -i '/liblz4.so.1/d' ./ldd-*.cmp

# End of temporary adjustments

set -o pipefail
Expand Down

0 comments on commit 9db192c

Please sign in to comment.