tcdi / plrust

A Rust procedural language handler for PostgreSQL
PostgreSQL License
1.1k stars 32 forks source link

Migrates aarch64 CI runners to Ubuntu #385

Closed BradyBonnette closed 11 months ago

BradyBonnette commented 11 months ago

Ubuntu generally does not require workarounds or tricks to get Postgres + PL/Rust to play nicely, so we are going to move the CI runners to use Ubuntu 22.04 instead of AL2. This should make future updates a little less painless.

BradyBonnette commented 11 months ago

Even though this is a CI change only, I'm putting it into develop because it makes more sense to get it working with current in-development branches. Once this is merged, this will ultimately need to be merged into any outstanding in-development branches.