Renamed the directory using git mv and changed paths in the
codebase from lib/sqlite_orm to third-party/sqlite_orm
Details
Details
Restarted the keyserver and native with yarn dev both
before and after the changes, and both run successfully.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- third-party
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Also curious to see if the builds succeed here.
iOS fails with the following error:
/opt/homebrew/var/buildkite-agent/builds/mac-spring-local-1/comm/ios-build/native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp:4:10: fatal error: 'sqlite_orm.h' file not found #include "sqlite_orm.h"
Comment Actions
Attempt to add native/cpp/third-party to the header search path to try
to fix iOS build failing
Comment Actions
Best to leave me off the first pass of a review, except in these cases or if I have some special context on the code change