Skip to content

Commit

Permalink
Install directly clang-11.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPohys committed Jan 3, 2025
1 parent 231c46c commit 187eb46
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker/postgis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ RUN set -eux ;\
postgresql-server-dev-$PG_MAJOR \
libkakasi2-dev \
libgdal-dev \
clang-13 \
llvm-13 \
clang-11 \
llvm-11 \
;\
## Install specific GEOS version
#cd /opt/ ;\
Expand All @@ -52,8 +52,6 @@ RUN set -eux ;\
cd /opt/ ;\
git clone --quiet --depth 1 -b $PGSQL_GZIP_TAG $PGSQL_GZIP_REPO ;\
cd pgsql-gzip ;\
ln -s /usr/bin/clang-13 /usr/bin/clang-11 ;\
ln -s /usr/lib/llvm-13 /usr/lib/llvm-11 ;\
make ;\
make install ;\
rm -rf /opt/pgsql-gzip ;\
Expand Down

0 comments on commit 187eb46

Please sign in to comment.