For compatibility with iOS target compilation, we need to avoid nix
provided rust tooling which only supports targeting the build platform.
Details
Details
- Reviewers
atul varun - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) - Commits
- rCOMMb3d927bea242: [Nix] Move to rustup supplied tooling
nix develop which rustc # points to rustup package in nix store yarn cleaninstall # may not be necessary cd native yarn react-native run-ios --simulator='iPhone 14 Pro' --configuration=Release
Depends on D5479
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
scripts/ensure_rustup_setup.sh | ||
---|---|---|
20–21 ↗ | (On Diff #17988) | we probably want to add the android targets here as well, right? |
scripts/ensure_rustup_setup.sh | ||
---|---|---|
20–21 ↗ | (On Diff #17988) | that's kind of outside of scope for what I'm trying to do here, which is just enable this rustup provisioning separately from running the build. I'll create a stub ticket to tackle this later https://linear.app/comm/issue/ENG-2155 |