Page MenuHomePhabricator

[Backup] Remove docker context differences
ClosedPublic

Authored by jon on Sep 15 2022, 4:19 PM.
Tags
None
Referenced Files
F2851532: D5156.diff
Mon, Sep 30, 3:21 PM
Unknown Object (File)
Wed, Sep 18, 1:44 PM
Unknown Object (File)
Tue, Sep 17, 6:47 PM
Unknown Object (File)
Tue, Sep 17, 6:47 PM
Unknown Object (File)
Tue, Sep 17, 6:47 PM
Unknown Object (File)
Tue, Sep 17, 6:43 PM
Unknown Object (File)
Wed, Sep 11, 8:32 PM
Unknown Object (File)
Sun, Sep 8, 9:34 PM
Subscribers

Details

Summary

Make the docker context look like the repo structure for backup,
then update all assumptions.

Re-ordered rust installation to avoid changes to services directories causing rust to re-install

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

Test Plan
# In repo
nix develop
cd services/backup
rm -rf build && mkdir build && cd build && cmake .. && make -j

# In docker
docker build . -f services/backup/Dockerfile

backup CI gate should also suffice for docker workflow

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

jon edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Sep 16 2022, 5:00 AM

Move rust install comment to the appropriate line