Page MenuHomePhabricator

[Nix] Ensure cargo bin is on PATH
ClosedPublic

Authored by jon on Nov 28 2022, 9:48 AM.
Tags
None
Referenced Files
F2904598: D5740.id18889.diff
Sun, Oct 6, 1:53 AM
F2904589: D5740.id18964.diff
Sun, Oct 6, 1:50 AM
F2904522: D5740.id18968.diff
Sun, Oct 6, 1:43 AM
Unknown Object (File)
Thu, Sep 26, 7:13 PM
Unknown Object (File)
Sat, Sep 21, 1:42 PM
Unknown Object (File)
Wed, Sep 18, 11:15 PM
Unknown Object (File)
Wed, Sep 18, 11:15 PM
Unknown Object (File)
Wed, Sep 18, 11:15 PM
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.