Skip to content

Commit

Permalink
chore: remove cross usage from aarch64-apple-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jan 24, 2024
1 parent bd636e7 commit acfab97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/pact_ffi/release-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ openssl dgst -sha256 -r ../target/artifacts/libpact_ffi-osx-x86_64.a.gz > ../tar
# M1
export SDKROOT=$(xcrun -sdk macosx11.1 --show-sdk-path)
export MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.1 --show-sdk-platform-version)
cargo install cross@0.2.5
cargo build --target aarch64-apple-darwin --release

gzip -c ../target/aarch64-apple-darwin/release/libpact_ffi.dylib > ../target/artifacts/libpact_ffi-osx-aarch64-apple-darwin.dylib.gz
Expand Down

0 comments on commit acfab97

Please sign in to comment.