Details
Details
Docker workflow: cd services/base-image docker build -t commapp/services-base . -f Dockerfile cd ../.. docker build . -f services/tunnelbroker/Dockerfile
Before this is merged, base-image will need to be updated to reference
new docker hub image
Nix worfklow
nix develop cd services/tunnelbroker mkdir build && cd build && cmake .. && make
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Thinking more about this, I probably should just merge it into D4489 , as that that would fix the build without an intermediate commit