trigger build extention

This commit is contained in:
Rahul Patil
2024-05-28 17:57:33 +02:00
parent b409133a42
commit f54f3c217b
2 changed files with 7 additions and 7 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,8 +131,8 @@ jobs:
if: steps.cache_pg_16.outputs.cache-hit != 'true'
run: make postgres-v16 -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)
@@ -234,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)