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

Add pghydro (+ misc. extension desc. updates) #550

Closed
wants to merge 16 commits into from
Closed

Conversation

EvanHStanton
Copy link
Contributor

@EvanHStanton EvanHStanton commented Dec 6, 2023

Add pghydro Dockerfile and Trunk.toml

  • The files come pre-compiled, so no Makefile
  • Similar to PostGIS, pghydro has other extensions bundled in the main GitHub repository (https://github.com/pghydro/pghydro)
  • The other extensions depend on pghydro, and using Trunk ci workflow, the extension would build correctly, even with the output: Using extension_name: pghydro. However, installing consistently threw the following error:
Failed to fetch Trunk archive from v1 API: Found no Trunk project with name pghydro
error: Request to registry failed: No extension with the given name was found
  • Therefore, this PR serves to publish only pghydro to Trunk, and not its companion extensions, by including the following in the Trunk.toml file:
    cd pghydro
    set -x
    mv pghydro* /usr/share/postgresql/15/extension
    """

@EvanHStanton EvanHStanton changed the title Add pghydro Add pghydro (+ misc. extension desc. updates) Feb 5, 2024
@EvanHStanton
Copy link
Contributor Author

Closing

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 this pull request may close these issues.

3 participants