Skip to content

Commit

Permalink
add-noble-ps57
Browse files Browse the repository at this point in the history
  • Loading branch information
adivinho committed Jun 11, 2024
1 parent e668e54 commit afa850a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions build-ps/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
export DH_VERBOSE=1
export CFLAGS=
export CXXFLAGS=
export CPPFLAGS=

PACKAGE=percona-server-5.7
PS_VERSION_EXTRA = '@@PERCONA_VERSION_EXTRA@@'
Expand Down
9 changes: 6 additions & 3 deletions build-ps/percona-server-5.7_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -419,13 +419,16 @@ install_deps() {
apt-get -y install dh-systemd || true
apt-get -y install curl bison cmake perl libssl-dev gcc g++ libaio-dev libldap2-dev libwrap0-dev gdb unzip gawk
apt-get -y install lsb-release libmecab-dev libncurses5-dev libreadline-dev libpam-dev zlib1g-dev
apt-get -y install libldap2-dev libnuma-dev libjemalloc-dev libeatmydata libc6-dbg valgrind libjson-perl python-mysqldb libsasl2-dev

apt-get -y install libldap2-dev libnuma-dev libjemalloc-dev libeatmydata libc6-dbg valgrind libjson-perl libsasl2-dev
apt-get -y install python-mysqldb
if [ "x${DIST}" = "xnoble" ]; then
apt-get -y install libtirpc-dev
fi
apt-get -y install libmecab2 mecab mecab-ipadic
apt-get -y install build-essential devscripts libnuma-dev
apt-get -y install cmake autotools-dev autoconf automake build-essential devscripts debconf debhelper fakeroot
apt-get -y install libcurl4-openssl-dev patchelf
if [ "x${DIST}" = "xcosmic" -o "x${DIST}" = "xbionic" -o "x${DIST}" = "xdisco" -o "x${DIST}" = "xbuster" -o "x${DIST}" = "xfocal" -o "x${DIST}" = "xbullseye" -o "x${DIST}" = "xjammy" -o "x${DIST}" = "xbookworm" -o "x${DIST}" = "xnoble" ]; then
if [ "x${DIST}" = "xcosmic" -o "x${DIST}" = "xbionic" -o "x${DIST}" = "xdisco" -o "x${DIST}" = "xbuster" -o "x${DIST}" = "xfocal" -o "x${DIST}" = "xbullseye" -o "x${DIST}" = "xjammy" -o "x${DIST}" = "xbookworm" ]; then
apt-get -y install libeatmydata1
fi
fi
Expand Down

0 comments on commit afa850a

Please sign in to comment.