Page MenuHomePhabricator

[docs] Remove g++ from brew install in dev_environment
ClosedPublic

Authored by max on Feb 6 2022, 6:04 PM.
Tags
None
Referenced Files
F3752918: D3118.diff
Fri, Jan 10, 12:56 AM
Unknown Object (File)
Wed, Jan 8, 10:58 AM
Unknown Object (File)
Thu, Jan 2, 2:43 AM
Unknown Object (File)
Thu, Jan 2, 2:43 AM
Unknown Object (File)
Thu, Jan 2, 2:43 AM
Unknown Object (File)
Thu, Jan 2, 2:38 AM
Unknown Object (File)
Tue, Dec 24, 9:41 AM
Unknown Object (File)
Nov 19 2024, 10:02 AM

Details

Summary

Related linear task: ENG-697

The g++ is not provided by the brew anymore. The brew install autoconf automake libtool curl make g++ unzip command produces a not found error.
We need to remove the g++ from the list because it's provided by the code CLI tools which is installed before this command and not present in the brew anymore.

Test Plan

Run brew install g++

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

max added reviewers: varun, benschac.
max edited reviewers, added: jon; removed: varun.
This revision is now accepted and ready to land.Feb 7 2022, 1:33 AM
This revision now requires review to proceed.Feb 7 2022, 1:33 AM
This revision is now accepted and ready to land.Feb 7 2022, 9:38 AM
This revision was landed with ongoing or failed builds.Feb 8 2022, 3:25 PM
This revision was automatically updated to reflect the committed changes.