zalando / spilo

Highly available elephant herd: HA PostgreSQL cluster using Docker
Apache License 2.0
1.52k stars 374 forks source link

Build from main fails on postgis #907

Closed boskiv closed 11 months ago

boskiv commented 11 months ago

https://github.com/boskiv/spilo/actions/runs/5977146280/job/16216474602

only changes I made is

env:
  IMAGE_NAME: boskiv/spilo
  TIMESCALEDB_TOOLKIT: true
  TIMESCALEDB_APACHE_ONLY: false
- name: Build and export to local docker for testing
        uses: docker/build-push-action@v3
        with:
          context: "postgres-appliance/"
          load: true
          tags: ${{ steps.image.outputs.NAME }}
          build-args: |
            PGOLDVERSIONS=${{ env.PGOLDVERSIONS }}
            TIMESCALEDB_TOOLKIT=${{ env.TIMESCALEDB_TOOLKIT }}
            TIMESCALEDB_APACHE_ONLY=${{ env.TIMESCALEDB_APACHE_ONLY }}
            TIMESCALEDB=${{ env.TIMESCALEDB }}

UPD. setting PGOLDVERSIONS="" solve build

sasadangelo commented 11 months ago

Hi,

I am trying to merge the following PR and got the same problem: https://github.com/zalando/spilo/pull/909

waiting for the fix in this PR: https://github.com/zalando/spilo/pull/904

that at the moment seems to have issues.

snarlysodboxer commented 11 months ago

Setting PGOLDVERSIONS="" is not an option for us as we need to support multiple versions.