Page MenuHomePhabricator

[Nix] Remove /usr/bin/ from PATH
ClosedPublic

Authored by jon on Sep 6 2022, 11:00 AM.
Tags
None
Referenced Files
F4951998: D5077.id16385.diff
Thu, Mar 20, 4:52 PM
Unknown Object (File)
Sat, Mar 15, 10:09 PM
Unknown Object (File)
Sat, Mar 15, 4:58 AM
Unknown Object (File)
Tue, Mar 11, 9:28 PM
Unknown Object (File)
Fri, Mar 7, 7:02 AM
Unknown Object (File)
Wed, Mar 5, 3:20 PM
Unknown Object (File)
Tue, Mar 4, 12:38 PM
Unknown Object (File)
Tue, Mar 4, 4:21 AM
Subscribers

Details

Summary

With https://phab.comm.dev/D5076, pod-patch was updated to not
require BSD sed. This removes the workaround put in place to make that previous
workflow happy.

Depends on D5076

Test Plan
arc patch <this revision>
nix develop

# clean npm, and attempt pod install with new `pod-patch`
yarn cleaninstall
cd native/ios
pod cache clean --all
pod install

open -na xcode
# Comm project should build

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable