mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
don't build and run on ubuntu for tests
This commit is contained in:
12
.github/workflows/build-macos.yml
vendored
12
.github/workflows/build-macos.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
contains(github.event.pull_request.labels.*.name, 'run-extra-build-*') ||
|
||||
github.ref_name == 'main'
|
||||
timeout-minutes: 30
|
||||
runs-on: macos-14
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
postgres-version: ${{ fromJSON(needs.files-changed.outputs.postgres_changes) }}
|
||||
@@ -59,15 +59,19 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
echo brew install flex bison openssl protobuf icu4c
|
||||
|
||||
- name: Build Postgres ${{ matrix.postgres-version }}
|
||||
run: |
|
||||
make postgres-${{ matrix.postgres-version }}
|
||||
echo make postgres-${{ matrix.postgres-version }}
|
||||
|
||||
- name: Build Neon Pg Ext ${{ matrix.postgres-version }}
|
||||
run: |
|
||||
make "neon-pg-ext-${{ matrix.postgres-version }}"
|
||||
echo make "neon-pg-ext-${{ matrix.postgres-version }}"
|
||||
|
||||
- name: Build walproposer-lib (only for v17)
|
||||
if: matrix.postgres-version == 'v17'
|
||||
run:
|
||||
make walproposer-lib
|
||||
echo make walproposer-lib
|
||||
|
||||
Reference in New Issue
Block a user