We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144d954 commit 7ed25e4Copy full SHA for 7ed25e4
.travis.yml
@@ -20,6 +20,8 @@ notifications:
20
on_failure: always
21
22
env:
23
+ - PG_VERSION=16 LEVEL=hardcore
24
+ - PG_VERSION=16
25
- PG_VERSION=15 LEVEL=hardcore
26
- PG_VERSION=15
27
- PG_VERSION=14 LEVEL=hardcore
Dockerfile.tmpl
@@ -9,7 +9,7 @@ RUN apk add --no-cache \
9
coreutils linux-headers \
10
make musl-dev gcc bison flex \
11
zlib-dev libedit-dev \
12
- clang clang15 clang-analyzer;
+ pkgconf icu-dev clang clang15 clang-analyzer;
13
14
# Install fresh valgrind
15
RUN apk add valgrind \
0 commit comments