Yet Another Distributed C++ Compiler. yadcc是一套腾讯广告自研的分布式编译系统,用于支撑腾讯广告的日常开发及流水线。相对于已有的同类解决方案,我们针对实际的工业生产环境做了性能、可靠性、易用性等方面优化。
Other
371
stars
62
forks
source link
fix(daemon): do not crash if CGroups v2 is detected. unfortunately we can't parse settings of CGroups v2 at the moment, so we'll always stay on the safe side and avoid accepting compile-task in such environment. note that you are always free to override this behavior by specifying `--max_remote_tasks` #64