Skip to content

Commit

Permalink
fix cargo config for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Oct 11, 2024
1 parent a6040b2 commit d1c7e03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/scripts/build-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ function setup_locale_and_install_packages() {
function setup_cargo_deps() {
if [ ! -d .cargo ]; then
mkdir .cargo
else
rm -rf .cargo
fi

echo "[target.$(rustc -vV | sed -n 's|host: ||p')]" >> .cargo/config
echo "[target.$(rustc -vV | sed -n 's|host: ||p')]" > .cargo/config
echo 'rustflags = ["-Clink-arg=-Wl,-undefined,dynamic_lookup"]' >> .cargo/config

cargo install cargo-pgrx --version 0.11.3
Expand Down

0 comments on commit d1c7e03

Please sign in to comment.