File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- sudo : required
1+ os : linux
2+
3+ dist : focal
24
35language : c
46
3133 - PG_VERSION=9.5 LEVEL=hardcore
3234 - PG_VERSION=9.5
3335
34- matrix :
36+ jobs :
3537 allow_failures :
3638 - env : PG_VERSION=10 LEVEL=nightmare
3739 - env : PG_VERSION=9.6 LEVEL=nightmare
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ ADD . /pg/testdir
2929# Grant privileges
3030RUN chown -R postgres:postgres ${PGDATA} && \
3131 chown -R postgres:postgres /pg/testdir && \
32- chmod a+rwx /usr/local/lib /postgresql && \
33- chmod a+rwx /usr/local/share /postgresql/extension
32+ chmod a+rwx /usr/local/share /postgresql/extension && \
33+ find /usr/local/lib /postgresql -type d -print0 | xargs -0 chmod a+rwx
3434
3535COPY run_tests.sh /run.sh
3636RUN chmod 755 /run.sh
Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.org /postgrespro/pg_pathman.svg?branch=master )] ( https://travis-ci.org /postgrespro/pg_pathman )
1+ [ ![ Build Status] ( https://travis-ci.com /postgrespro/pg_pathman.svg?branch=master )] ( https://travis-ci.com /postgrespro/pg_pathman )
22[ ![ PGXN version] ( https://badge.fury.io/pg/pg_pathman.svg )] ( https://badge.fury.io/pg/pg_pathman )
33[ ![ codecov] ( https://codecov.io/gh/postgrespro/pg_pathman/branch/master/graph/badge.svg )] ( https://codecov.io/gh/postgrespro/pg_pathman )
44[ ![ GitHub license] ( https://img.shields.io/badge/license-PostgreSQL-blue.svg )] ( https://raw.githubusercontent.com/postgrespro/pg_pathman/master/LICENSE )
You can’t perform that action at this time.
0 commit comments