Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build from main fails on postgis #907

Closed
boskiv opened this issue Aug 25, 2023 · 2 comments · Fixed by #904
Closed

Build from main fails on postgis #907

boskiv opened this issue Aug 25, 2023 · 2 comments · Fixed by #904

Comments

@boskiv
Copy link

boskiv commented Aug 25, 2023

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

@hughcapet hughcapet linked a pull request Aug 28, 2023 that will close this issue
2 tasks
@sasadangelo
Copy link
Contributor

Hi,

I am trying to merge the following PR and got the same problem:
#909

waiting for the fix in this PR:
#904

that at the moment seems to have issues.

@snarlysodboxer
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants