Skip to content

Commit

Permalink
[scripts] remove cargo-lipo from rustup setup
Browse files Browse the repository at this point in the history
Summary: we don't need this anymore since we're building a target-specific native_rust_library now

Test Plan: uninstalled cargo-lipo and successfully built the iOS app. confirmed that cargo-lipo still wasn't installed on my machine after build

Reviewers: ashoat

Reviewed By: ashoat

Subscribers: tomek, wyilio

Differential Revision: https://phab.comm.dev/D9635
  • Loading branch information
vdhanan committed Oct 30, 2023
1 parent c3231dd commit 303a00e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/ensure_rustup_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,3 @@ fi

ensure_target aarch64-apple-ios
ensure_target x86_64-apple-ios

if ! command -v cargo-lipo > /dev/null; then
cargo install cargo-lipo
fi

0 comments on commit 303a00e

Please sign in to comment.