Skip to content

Commit 7898a90

Browse files
author
Karina Litskevich
committed
[PGPRO-14028] Add clang19 to Travis CI configuration for PostgreSQL 13
Tags: pg_pathman
1 parent 719c7ee commit 7898a90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile.tmpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ RUN apk add --no-cache \
1111
zlib-dev libedit-dev \
1212
pkgconf icu-dev clang clang15 clang-analyzer;
1313

14+
# Need this for Travis CI to pass
15+
RUN if [ "${PG_VERSION}" == "13" ] ; then apk add --no-cache clang19; fi
16+
1417
# Install fresh valgrind
1518
RUN apk add valgrind \
1619
--update-cache \

0 commit comments

Comments
 (0)