From 739b2f1fdf1e9052ce5f95b8a0f9ec2121ffa537 Mon Sep 17 00:00:00 2001 From: Abhijeet Patil Date: Fri, 19 Jan 2024 11:50:14 +0000 Subject: [PATCH] added some debug indo --- .github/workflows/build_and_test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 6ff1fa8747..47005255b5 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -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