Make blob more nix friendly
and make use of the native/cpp cmake work
DatabaseEntitiesTools.h was moved to lib/src as it was largely duplicated across three projects
Backup docker + cmake is fixed in D4494
Differential D4493
[Services] Update blob CMake project • jon on Jul 8 2022, 10:58 PM. Authored by Tags None Referenced Files
Details
Make blob more nix friendly DatabaseEntitiesTools.h was moved to lib/src as it was largely duplicated across three projects Backup docker + cmake is fixed in D4494 nix develop cd services/blob && mkdir build && cd build && cmake .. && make docker: cd services/base-image docker build -t commapp/services-base . -f Dockerfile cd ../.. docker build . -f services/blob/Dockerfile
Diff Detail
Event TimelineComment Actions Is there an ETA for that? Should I review this diff right now, or should I put it back on your queue until it's ready? Comment Actions The test plan doesn't need dockerhub. And waiting for the base image diff to be approved before pushing https://phab.comm.dev/D4630 Comment Actions cd services/base-image docker build -t commapp/services-base . -f Dockerfile cd ../.. docker build . -f services/blob/Dockerfile Tested this locally and it build successfully Comment Actions I was going to try and fix this by doing the header additions first, but I realize I really can't with #include "DatabaseEntitiesTools.h" still needing to be somewhere. This comment was removed by atul. Comment Actions Sorry just checked and looks like the Test Plan here continues to work, intended to request changes on D4762 |