File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff 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
5555RUN 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 && \
Original file line number Diff line number Diff line change 33bison
44libjson-c-dev
55build-essential
6- clang-16
6+ clang-19
77cmake
88docbook-xml
99docbook5-xml
@@ -22,7 +22,6 @@ libkrb5-dev
2222libldap-dev
2323liblz4-dev
2424libpam0g-dev
25- libpcre3-dev
2625libperl-dev
2726libproj-dev
2827libprotobuf-c-dev
@@ -37,7 +36,7 @@ libtool
3736libxml2-utils
3837libxslt1-dev
3938libzstd-dev
40- llvm-16 -dev
39+ llvm-19 -dev
4140pkg-config
4241protobuf-c-compiler
4342python3-dev
You can’t perform that action at this time.
0 commit comments