We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ac8df commit df741b3Copy full SHA for df741b3
1 file changed
.github/actions/setup-postgres/action.yml
@@ -89,6 +89,8 @@ runs:
89
cd pglinter
90
91
# Install using pgrx
92
+ # Ensure macOS linker allows unresolved PostgreSQL symbols at link time.
93
+ export RUSTFLAGS="${RUSTFLAGS:-} -C link-arg=-Wl,-undefined,dynamic_lookup"
94
cargo pgrx install --pg-config $(which pg_config) --release --target "${HOST_TARGET}"
95
96
# Verify installation
0 commit comments