added some debug indo

This commit is contained in:
Abhijeet Patil
2024-01-19 11:50:14 +00:00
parent e0b5895d5a
commit 739b2f1fdf

View File

@@ -332,15 +332,12 @@ jobs:
key: v1-${{ runner.os }}-${{ matrix.build_type }}-pg-${{ steps.pg_v16_rev.outputs.pg_rev }}-${{ hashFiles('Makefile') }}
- name: Build postgres v14
if: steps.cache_pg_14.outputs.cache-hit != 'true'
run: mold -run make postgres-v14 -j$(nproc)
- name: Build postgres v15
if: steps.cache_pg_15.outputs.cache-hit != 'true'
run: mold -run make postgres-v15 -j$(nproc)
- name: Build postgres v16
if: steps.cache_pg_16.outputs.cache-hit != 'true'
run: mold -run make postgres-v16 -j$(nproc)
- name: Build neon extensions
@@ -351,7 +348,6 @@ jobs:
- name: Run cargo build
run: |
ls pg_install/v16/bin
pg_install/v16/bin/pg_config --includedir-server
${cov_prefix} mold -run cargo build $CARGO_FLAGS $CARGO_FEATURES --bins --tests