10000 Sync development dependecies in Github Actions with offical package · jeltz/postgres@67a22bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 67a22bb

Browse files
committed
Sync development dependecies in Github Actions with offical package
New dependencies have been added since we last updated this list, e.g. zstd and icu. And additionally just fix diffs where Ubuntu packages have been renamed or the official package thinks we should install some package.
1 parent 3989910 commit 67a22bb

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

ci_scripts/ubuntu-deps.sh

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,36 @@ DEPS=(
55
wget
66
# Build
77
bison
8+
docbook-xml
89
docbook-xsl
910
flex
1011
gettext
12+
libicu-dev
1113
libkrb5-dev
1214
libldap2-dev
1315
liblz4-dev
1416
libpam0g-dev
1517
libperl-dev
16-
libreadline6-dev
18+
libreadline-dev
1719
libselinux1-dev
1820
libssl-dev
1921
libsystemd-dev
20-
libxml2
2122
libxml2-dev
2223
libxml2-utils
23-
libxslt-dev
24+
libxslt1-dev
25+
libzstd-dev
26+
lz4
27+
mawk
2428
meson
25-
pkg-config
29+
perl
30+
pkgconf
2631
python3-dev
2732
systemtap-sdt-dev
2833
tcl-dev
2934
uuid-dev
3035
xsltproc
3136
zlib1g-dev
37+
zstd
3238
# Build pg_tde
3339
libcurl4-openssl-dev
3440
# Test

0 commit comments

Comments
 (0)
0