You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by "guodongxiaren (via GitHub)" <gi...@apache.org> on 2023/02/21 07:27:28 UTC

[PR] 修复CI流水线编译失败的问题 (brpc)

guodongxiaren opened a new pull request, #2132:
URL: https://github.com/apache/brpc/pull/2132

   ### What problem does this PR solve?
   
   Issue Number:
   
   Problem Summary:
   CI流水线make编译会报错:`Fail to find libprotoc`
   原因是config_brpc.sh脚本在寻找protobuf的时候找到了这个目录`/usr/local/lib/android/sdk/emulator/lib64` 中的protobuf,而这个目录中并没有libprotoc,应该找`/usr/lib/x86_64-linux-gnu` 中的protobuf。
   
   
   
   ### What is changed and the side effects?
   
   Changed:
   
   Side effects:
   - Performance effects(性能影响):
   
   - Breaking backward compatibility(向后兼容性): 
   
   ---
   ### Check List:
   - Please make sure your changes are compilable(请确保你的更改可以通过编译).
   - When providing us with a new feature, it is best to add related tests(如果你向我们增加一个新的功能, 请添加相关测试).
   - Please follow [Contributor Covenant Code of Conduct](../../master/CODE_OF_CONDUCT.md).(请遵循贡献者准则).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org


Re: [PR] 修复CI流水线编译失败的问题 (brpc)

Posted by "wwbmmm (via GitHub)" <gi...@apache.org>.
wwbmmm merged PR #2132:
URL: https://github.com/apache/brpc/pull/2132


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org