Page MenuHomePhabricator

[Backup] Remove docker context differences
ClosedPublic

Authored by jon on Sep 15 2022, 4:19 PM.
Tags
None
Referenced Files
F3642518: D5156.diff
Sat, Jan 4, 3:43 PM
Unknown Object (File)
Thu, Jan 2, 5:47 PM
Unknown Object (File)
Sat, Dec 28, 5:34 AM
Unknown Object (File)
Sat, Dec 28, 5:34 AM
Unknown Object (File)
Thu, Dec 26, 11:05 AM
Unknown Object (File)
Thu, Dec 26, 11:05 AM
Unknown Object (File)
Thu, Dec 26, 11:05 AM
Unknown Object (File)
Thu, Dec 26, 11:05 AM
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
Lint Not Applicable
Unit
Tests Not Applicable

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