Skip to content

feat: multiple versions for the wrappers extension #1663

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

Open
wants to merge 21 commits into
base: develop
Choose a base branch
from

Conversation

jfroche
Copy link
Collaborator

@jfroche jfroche commented Jun 20, 2025

Build multiple versions of the wrappers extension on different PostgreSQL versions.

Add test for the extensions and their upgrade on PostgreSQL 15 and 17.

Make sure we build cargo extension and cargo-pgrx with the specified Rust version.

@jfroche jfroche requested review from a team as code owners June 20, 2025 21:04
@jfroche jfroche force-pushed the multi-version-ext/wrappers branch from 60ffd26 to a8178a0 Compare June 20, 2025 22:27
@samrose samrose force-pushed the multi-version-ext/wrappers branch 2 times, most recently from e07d0a6 to 078f77e Compare June 25, 2025 10:42
jfroche and others added 18 commits June 25, 2025 13:30
This change allows developers to target specific Rust versions for
building extensions. It implements support for building cargo extensions
and `cargo-pgrx` using the specified Rust version.
Build multiple versions of the wrappers extension on different PostgreSQL versions.

Add test for the extensions and their upgrade on PostgreSQL 15 and 17.

Make sure we build cargo extension and cargo-pgrx with the specified Rust version.
Stop using TCP sockets in builds to avoid port conflicts
Update rust overlay to build using more recent rust versions.
Avoid compilation errors related to bindgen on aarch64-linux
Current MacOS builder cannot handle multiple versions
Current runner doesn't have enough disk space
@samrose samrose force-pushed the multi-version-ext/wrappers branch from 472a226 to b67f7ce Compare June 25, 2025 17:31
jfroche added 3 commits June 25, 2025 21:35
aarch64 darwin has issues building all the postgresql with their
extensions in parallel. `devShell` depends on `start-server` which depends
on the `makePostgresDevSetup`which depends on all databases.
The `makeCheckHarness` function depends on all postgresql 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 this pull request may close these issues.

2 participants