Page MenuHomePhabricator

[Nix Docs] Ensure Xcode install comes before yarn cleaninstall
ClosedPublic

Authored by jon on Jan 19 2023, 3:29 PM.
Tags
None
Referenced Files
F3500250: D6316.diff
Fri, Dec 20, 1:07 AM
Unknown Object (File)
Nov 8 2024, 3:21 AM
Unknown Object (File)
Nov 8 2024, 3:19 AM
Unknown Object (File)
Oct 29 2024, 11:21 PM
Unknown Object (File)
Oct 6 2024, 9:30 PM
Unknown Object (File)
Oct 2 2024, 6:00 AM
Unknown Object (File)
Sep 30 2024, 10:49 AM
Unknown Object (File)
Sep 30 2024, 10:49 AM
Subscribers

Details

Summary

The postinstall hook needs the iOS SDK to be available. Ensure that
it is installed before running 'yarn cleaninstall'

https://linear.app/comm/issue/ENG-2773

Test Plan

From a new system, follow the instructions to install the xcode commandline tools,
Xcode, and nix. The run:

yarn cleaninstall

# ensure that the postinstall hook is working
cd native/
yarn postinstall

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ashoat requested changes to this revision.Jan 19 2023, 3:51 PM
ashoat added inline comments.
docs/nix_dev_env.md
82 ↗(On Diff #21125)

This is now a broken link

This revision now requires changes to proceed.Jan 19 2023, 3:51 PM

Remove link to removed section

docs/nix_dev_env.md
82 ↗(On Diff #21125)

Yep my bad.

But we should implement a broken link linter for doc PRs.

Created https://linear.app/comm/issue/ENG-2774/implement-broken-link-linter-for-documentation

This revision is now accepted and ready to land.Jan 20 2023, 5:31 PM