Github user alficles commented on the issue:
https://github.com/apache/incubator-trafficcontrol/pull/327
This is a marked improvement, but it introduces a new issue: `make clean`.
Since the build is happening directly in the local directories, all the
temporary files will be left around. There's two ways around this, either copy
the entire build folder into a new directory inside the container and just copy
the final binaries out, or introduce a cleaning functionality that will remove
the intermediate files.
I like the second option better, but the first is significantly easier, I
think.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---