mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
scripts: Install libevent-dev dependency to fix pgbouncer build
The pgbouncer build is currently broken because of a missing build dependency. This went unnoticed because the build script previously didn't report any build errors. Fix the build by installing the missing libevent-dev dependency.
This commit is contained in:
parent
9e8f7b973a
commit
8380f29a24
1 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ then
|
|||
logrotate python-docutils pkg-config cmake nodejs \
|
||||
libkrb5-dev postgresql-client mysql-client unzip \
|
||||
libsqlite3-dev libpq-dev libpng-dev libjpeg-dev libzstd-dev \
|
||||
libre2-dev gettext rsync git-core
|
||||
libre2-dev libevent-dev gettext rsync git-core
|
||||
else
|
||||
apt-get install -y \
|
||||
curl wget build-essential apt-utils locales openssh-client \
|
||||
|
|
@ -32,7 +32,7 @@ else
|
|||
logrotate python-docutils pkg-config cmake \
|
||||
libkrb5-dev postgresql-client unzip \
|
||||
libsqlite3-dev libpq-dev libpng-dev libjpeg-dev libzstd-dev \
|
||||
libre2-dev gettext rsync git-core
|
||||
libre2-dev libevent-dev gettext rsync git-core
|
||||
fi
|
||||
|
||||
# Set UTF-8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue