Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7898a90

Browse files
author
Karina Litskevich
committed
[PGPRO-14028] Add clang19 to Travis CI configuration for PostgreSQL 13
Tags: pg_pathman
1 parent719c7ee commit7898a90

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)

[8]ページ先頭

©2009-2025 Movatter.jp