File tree 2 files changed +13
-11
lines changed 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,18 @@ notifications:
20
20
on_failure : always
21
21
22
22
env :
23
- - PG_VERSION=13 LEVEL=hardcore
23
+ # - PG_VERSION=13 LEVEL=hardcore
24
24
- PG_VERSION=13
25
- - PG_VERSION=12 LEVEL=hardcore
26
- - PG_VERSION=12
27
- - PG_VERSION=11 LEVEL=hardcore
28
- - PG_VERSION=11
29
- - PG_VERSION=10 LEVEL=hardcore
30
- - PG_VERSION=10
31
- - PG_VERSION=9.6 LEVEL=hardcore
32
- - PG_VERSION=9.6
33
- - PG_VERSION=9.5 LEVEL=hardcore
34
- - PG_VERSION=9.5
25
+ # - PG_VERSION=12 LEVEL=hardcore
26
+ # - PG_VERSION=12
27
+ # - PG_VERSION=11 LEVEL=hardcore
28
+ # - PG_VERSION=11
29
+ # - PG_VERSION=10 LEVEL=hardcore
30
+ # - PG_VERSION=10
31
+ # - PG_VERSION=9.6 LEVEL=hardcore
32
+ # - PG_VERSION=9.6
33
+ # - PG_VERSION=9.5 LEVEL=hardcore
34
+ # - PG_VERSION=9.5
35
35
36
36
jobs :
37
37
allow_failures :
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ status=0
16
16
# global exports
17
17
export PGPORT=55435
18
18
export VIRTUAL_ENV_DISABLE_PROMPT=1
19
+ id
20
+ ls -l $( which make pg_config) /bin/sh
19
21
20
22
# rebuild PostgreSQL with cassert + valgrind support
21
23
if [ " $LEVEL " = " hardcore" ] || \
You can’t perform that action at this time.
0 commit comments