You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The callback-infra application build & runs using cmake, a c++17 compilation toolchain and external libraries such as googletest and googlemock. These dependencies are outside the source-tree and their versioning and installation/ configuration steps are not documented.
Running the build steps in the README.md file on a fresh ubuntu and manjaro installation failed and failed for different reasons. This needs to be fixed.
Proposed solutions:
Dockerize dev-env and publish Dockerfile in repo
Use bazel and hermetic toolchains for build process that pull-in necessary dependencies from controlled sources.
List and document steps for installing necessary dependencies on supported platforms
The text was updated successfully, but these errors were encountered:
The callback-infra application build & runs using cmake, a c++17 compilation toolchain and external libraries such as googletest and googlemock. These dependencies are outside the source-tree and their versioning and installation/ configuration steps are not documented.
Running the build steps in the README.md file on a fresh ubuntu and manjaro installation failed and failed for different reasons. This needs to be fixed.
Proposed solutions:
The text was updated successfully, but these errors were encountered: