Page MenuHomePhabricator

[Nix] Ensure cargo bin is on PATH
ClosedPublic

Authored by jon on Nov 28 2022, 9:48 AM.
Tags
None
Referenced Files
F2211707: D5740.diff
Mon, Jul 8, 4:08 AM
Unknown Object (File)
Fri, Jul 5, 9:38 AM
Unknown Object (File)
Thu, Jul 4, 6:37 PM
Unknown Object (File)
Wed, Jul 3, 10:22 AM
Unknown Object (File)
Wed, Jul 3, 5:37 AM
Unknown Object (File)
Tue, Jul 2, 9:33 AM
Unknown Object (File)
Tue, Jul 2, 3:07 AM
Unknown Object (File)
Tue, Jun 11, 6:57 AM
Subscribers

Details

Reviewers
atul
varun
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Owners Package(Owns No Changed Paths)
Commits
rCOMM39799a0c43cc: [Nix] Ensure cargo bin is on PATH
Summary

Unless a user has their shell configured to add the subdirectory to
their path, then applications installed through cargo such as cargo-lipo will
not be found.

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

Test Plan
nix develop

echo $PATH | grep .cargo/bin > /dev/null && echo "Cargo bin present"

Diff Detail

Repository
rCOMM Comm
Branch
jonringer/add-cargo-bin
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Nov 28 2022, 9:50 AM
Harbormaster failed remote builds in B13795: Diff 18886!

Make older shellcheck happy

atul added reviewers: Restricted Owners Package, Restricted Owners Package.Nov 28 2022, 3:09 PM
This revision is now accepted and ready to land.Nov 28 2022, 10:12 PM
This revision was automatically updated to reflect the committed changes.