Tencent / yadcc

Yet Another Distributed C++ Compiler. yadcc是一套腾讯广告自研的分布式编译系统,用于支撑腾讯广告的日常开发及流水线。相对于已有的同类解决方案,我们针对实际的工业生产环境做了性能、可靠性、易用性等方面优化。
Other
371 stars 62 forks source link

[2023-01-29 20:02:30.532771] [INFO ] [yadcc/client/cxx/yadcc-cxx.cc:207] Failed on the cloud with [-126]. Failing back to local machine. #52

Closed VladislausDragulia closed 1 year ago

0x804d8000 commented 1 year ago

Check logs of local daemon and scheduler to see if there was any error.

I suspect there was no eligible compile server in your cluster. Note that hash of the compiler on the compile server needs to match the one on client’s machine for the server to be eligible.

VladislausDragulia commented 1 year ago

thx