We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084e264 commit b1f19b7Copy full SHA for b1f19b7
.travis.yml
@@ -30,9 +30,3 @@ env:
30
- PG_VERSION=12
31
- PG_VERSION=11 LEVEL=hardcore
32
- PG_VERSION=11
33
- - PG_VERSION=10 LEVEL=hardcore
34
- - PG_VERSION=10
35
-
36
-jobs:
37
- allow_failures:
38
- - env: PG_VERSION=10 LEVEL=nightmare
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 clang-analyzer;
+ clang clang15 clang-analyzer;
13
14
# Install fresh valgrind
15
RUN apk add valgrind \
0 commit comments