disable custom extention to see other build status

This commit is contained in:
Rahul Patil
2024-09-17 11:38:23 +02:00
parent 1f9aaf026e
commit 7a5492b4e0
2 changed files with 7 additions and 11 deletions

View File

@@ -316,9 +316,9 @@ jobs:
if: steps.cache_pg_16.outputs.cache-hit != 'true'
run: mold -run make postgres-v16 -j$(nproc)
- name: Build neon extensions
run: mold -run make neon-pg-ext -j$(nproc)
shell: bash
# - name: Build neon extensions
# run: mold -run make neon-pg-ext -j$(nproc)
# shell: bash
- name: Build walproposer-lib
run: mold -run make walproposer-lib -j$(nproc)

View File

@@ -131,12 +131,8 @@ jobs:
if: steps.cache_pg_16.outputs.cache-hit != 'true'
run: make postgres-v16 -j$(sysctl -n hw.ncpu)
- name: Build postgres v17
if: steps.cache_pg_17.outputs.cache-hit != 'true'
run: make postgres-v17 -j$(sysctl -n hw.ncpu)
- name: Build neon extensions
run: make neon-pg-ext -j$(sysctl -n hw.ncpu)
# - name: Build neon extensions
# run: make neon-pg-ext -j$(sysctl -n hw.ncpu)
- name: Build walproposer-lib
run: make walproposer-lib -j$(sysctl -n hw.ncpu)
@@ -238,8 +234,8 @@ jobs:
if: steps.cache_pg_16.outputs.cache-hit != 'true'
run: mold -run make postgres-v16 -j$(nproc)
- name: Build neon extensions
run: mold -run make neon-pg-ext -j$(nproc)
# - name: Build neon extensions
# run: mold -run make neon-pg-ext -j$(nproc)
- name: Build walproposer-lib
run: mold -run make walproposer-lib -j$(nproc)