mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 13:02:55 +00:00
Replace pgbuild.sh with a Makefile
This allows building both Zenith and PostgreSQL in one command. The command is 'make' Reviewed-by: Arseny Sher <sher-ars@yandex.ru>
This commit is contained in:
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
- name: Build postgres
|
||||
if: steps.cache_pg.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
./pgbuild.sh
|
||||
make postgres
|
||||
|
||||
- name: Install rust
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user