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

Commit2c47f47

Browse files
author
Maxim Orlov
committed
Revert "Revert "Merge branch 'master' into stable""
This reverts commit33a29a0.
1 parent8824b1d commit2c47f47

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

‎.travis.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sudo:required
2-
31
language:c
42

53
services:
@@ -18,13 +16,22 @@ notifications:
1816
on_failure:always
1917

2018
env:
21-
-PG_VERSION=11 LEVEL=nightmare
19+
-PG_VERSION=13 LEVEL=nightmare
20+
-PG_VERSION=13 LEVEL=hardcore
21+
-PG_VERSION=13
22+
# - PG_VERSION=12 LEVEL=nightmare
23+
-PG_VERSION=12 LEVEL=hardcore
24+
-PG_VERSION=12
25+
# - PG_VERSION=11 LEVEL=nightmare
2226
-PG_VERSION=11 LEVEL=hardcore
2327
-PG_VERSION=11
2428
-PG_VERSION=10
2529
-PG_VERSION=9.6
2630
-PG_VERSION=9.5
2731

32+
# XXX: consider fixing nightmare mode
2833
matrix:
2934
allow_failures:
3035
-env:PG_VERSION=11 LEVEL=nightmare
36+
-env:PG_VERSION=12 LEVEL=nightmare
37+
-env:PG_VERSION=13 LEVEL=nightmare

‎Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apk add --no-cache \
55
openssl curl \
66
perl perl-ipc-run \
77
make musl-dev gcc bison flex coreutils \
8-
zlib-dev libedit-dev \
8+
zlib-dev libedit-devlinux-headers\
99
clang clang-analyzer;
1010

1111
# Install fresh valgrind

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp