-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Is your feature request related to a problem? Please describe.
Create a rules_cc implementation of a c++ toolchain that is entirely hermetic.
This will help with remote execution builds, since all the remote execution
build will require a c++ toolchain defined. By default it uses a c++ toolchain
from the host, but this isn't hermetic from host to host.
Additionally, figure out:
- external rules_cc dependency management (conan???)
- linker (mold vs ldd)
- example C++ directory, with library, header files, and cc_binary target
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Is this request a whole new service?
Does this request require a new service or can it be serviced by modifying a previous service. If so, name that service.
Additional context
Add any other context or screenshots about the feature request here.