googleapis / googleapis/google-cloud-cpp
Move `demo-*` builds to **only** system packages
Open
type: cleanup
- Dominant language
- C++
- Stars
- 659
- Forks
- 462
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 89
Description
The `demo-*` builds install gRPC and Protobuf because some libraries do not compile with the versions packaged with the underlying distro.
We should disable the libraries that do not work. It is probably more important to show how customers can use the system packages for our dependencies than to show how to compile the latest and greatest version.
We can add another builds that builds everything from source if we think it is important to show how that can be done.
Contributor guide
Assessment
This issue has not been assessed yet.