Skip to content

Commit 9ac76b9

Browse files
committed
chore: trixie
Signed-off-by: Niccolò Fei <[email protected]>
1 parent e277c77 commit 9ac76b9

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN apt-get update && \
3737
libnss-wrapper \
3838
libgssapi-krb5-2 \
3939
libxml2 \
40-
libllvm16 \
40+
libllvm19 \
4141
libxslt1.1 \
4242
xz-utils \
4343
zstd \
@@ -55,8 +55,8 @@ ENV PATH=/usr/lib/postgresql/$PG_MAJOR/bin:$PATH
5555
RUN mkdir -p /usr/src/postgresql && \
5656
git clone -b "$PG_BRANCH" --single-branch "$PG_REPO" /usr/src/postgresql && \
5757
cd /usr/src/postgresql && \
58-
export LLVM_CONFIG="/usr/lib/llvm-16/bin/llvm-config" && \
59-
export CLANG=clang-16 && \
58+
export LLVM_CONFIG="/usr/lib/llvm-19/bin/llvm-config" && \
59+
export CLANG=clang-19 && \
6060
./configure \
6161
--build=x86_64-linux-gnu \
6262
--prefix=/usr \
@@ -142,9 +142,9 @@ RUN apt-get update && \
142142
apt-get install -y --no-install-recommends \
143143
libproj25 \
144144
libpq5 \
145-
libgdal32 \
146-
libgeos-c1v5 \
147-
libsfcgal1 \
145+
libgdal36 \
146+
libgeos-c1t64 \
147+
libsfcgal2 \
148148
&& \
149149
mkdir -p /usr/src/postgis && \
150150
git clone -b "$POSTGIS_BRANCH" --single-branch "$POSTGIS_REPO" /usr/src/postgis && \

build-deps.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ automake
33
bison
44
libjson-c-dev
55
build-essential
6-
clang-16
6+
clang-19
77
cmake
88
docbook-xml
99
docbook5-xml
@@ -22,7 +22,6 @@ libkrb5-dev
2222
libldap-dev
2323
liblz4-dev
2424
libpam0g-dev
25-
libpcre3-dev
2625
libperl-dev
2726
libproj-dev
2827
libprotobuf-c-dev
@@ -37,7 +36,7 @@ libtool
3736
libxml2-utils
3837
libxslt1-dev
3938
libzstd-dev
40-
llvm-16-dev
39+
llvm-19-dev
4140
pkg-config
4241
protobuf-c-compiler
4342
python3-dev

defaults.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"PG_IMAGE": "ghcr.io/cloudnative-pg/postgresql-trunk:19-minimal-bookworm",
2+
"PG_IMAGE": "ghcr.io/cloudnative-pg/postgresql-trunk:19-minimal-trixie",
33
"PG_MAJOR": 19,
44
"CNPG_BRANCH": "main",
55
"TEST_DEPTH": 4,

0 commit comments

Comments
 (0)