samrose

Results 136 comments of samrose

I have a bit more work to do on this one, to get this working with deployment files etc. But we decided just to keep rolling with this one, and...

closing in favor of https://github.com/supabase/postgres/pull/925

@sweigert thanks for the issue and feedback. Right now, our documented support for self hosting is limited to what we detail here https://supabase.com/docs/guides/self-hosting If you use a custom postgres instance...

Please post more information on the steps to reproduce. What commands you’re running, what git commit you are working with. We need a way to reproduce your issue. Thank you!

This pr in nixpkgs may also be relevant for seeing _some_ pgrx extensions successfully build on `aarch64-darwin`. https://github.com/NixOS/nixpkgs/pull/294504

@justinrubek if I build on `aarch64-darwin` I see the following error ``` nix build .#cargo-pgrx error: … while calling the 'derivationStrict' builtin at :9:12: 8| 9| strict = derivationStrict drvAttrs;...

@justinrubek yaeh sure, I have an aarch64-darwin machine right here, count me in on helping you with this I'll try that let you know and keep trying to build this...

@justinrubek that did it for `aarch64-darwin`! ``` diff --git a/flake.nix b/flake.nix index d9cc60bf..4a00c9be 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ inherit (craneLib.crateNameFromCargoToml {cargoToml = ./cargo-pgrx/Cargo.toml;}) pname version; cargoExtraArgs...

tested and confirmed project builds on `aarch64-linux` too

@justinrubek https://github.com/justinrubek/pgrx/pull/1