tcdi / plrust

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

Support `--features trusted` on macOS #334

Closed eeeebbbbrrrr closed 1 year ago

eeeebbbbrrrr commented 1 year ago

With this PR, PL/Rust now supports installation as a Trusted Procedural Language on macOS.

It also supports cross compiling between x86_64 and aarch64 on macOS.

We do NOT support cross-compiling between operating systems.

eeeebbbbrrrr commented 1 year ago

Thanks for making CI work on macOS, @BradyBonnette