Fix
parent
e5fb4dd56e
commit
ed867b6842
|
@ -45,34 +45,24 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: 'postgres/postgres'
|
repository: 'postgres/postgres'
|
||||||
ref: 'REL_16_STABLE'
|
ref: 'REL_16_STABLE'
|
||||||
path: 'postgres'
|
|
||||||
|
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: 'pg_stat_monitor'
|
path: 'contrib/pg_stat_monitor'
|
||||||
|
|
||||||
- name: Configure postgres
|
- name: Configure postgres
|
||||||
working-directory: postgres
|
|
||||||
run: ./configure
|
run: ./configure
|
||||||
|
|
||||||
- name: Debug
|
|
||||||
run: |
|
|
||||||
pwd
|
|
||||||
ls -la
|
|
||||||
|
|
||||||
- name: Install perltidy
|
- name: Install perltidy
|
||||||
run: sudo cpan -T SHANCOCK/Perl-Tidy-20230309.tar.gz
|
run: sudo cpan -T SHANCOCK/Perl-Tidy-20230309.tar.gz
|
||||||
|
|
||||||
- name: Install pg_bsd_indent
|
- name: Install pg_bsd_indent
|
||||||
working-directory: postgres/src/tools/pg_bsd_indent
|
working-directory: src/tools/pg_bsd_indent
|
||||||
run: sudo make install
|
run: sudo make install
|
||||||
|
|
||||||
- name: Dubug
|
|
||||||
run: ls /usr/local/pgsql/bin
|
|
||||||
|
|
||||||
- name: Format sources
|
- name: Format sources
|
||||||
working-directory: pg_stat_monitor
|
working-directory: contrib/pg_stat_monitor
|
||||||
run: |
|
run: |
|
||||||
make update-typedefs
|
make update-typedefs
|
||||||
make indent
|
make indent
|
||||||
|
|
Loading…
Reference in New Issue