Move installation of command line tools before usage git to avoid
situtations where a developer doesn't yet have access to the tool.
Details
Details
To thoroughly test this, one would need to reset their machine. However, in a
clean system:
xcode-select --install git clone git@github.com:CommE2E/comm.git
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| docs/nix_dev_env.md | ||
|---|---|---|
| 32 ↗ | (On Diff #20290) | Doesn't the user need to install Xcode before the xcode-select command is available? |
| docs/nix_dev_env.md | ||
|---|---|---|
| 32 ↗ | (On Diff #20290) | Nope. Works just fine for the cli tooling. There will be a terminal driven EULA acceptance workflow, after which, the tooling is usable. I was able to get Nix up and running and built tunnelbroker before I tried anything with Xcode. |