zyearn commented on a change in pull request #878: Use prebuilt MesaLink package in travis CI URL: https://github.com/apache/incubator-brpc/pull/878#discussion_r310871622
########## File path: .travis.yml ########## @@ -11,8 +11,10 @@ env: - PURPOSE=unittest - PURPOSE=compile-with-cmake - PURPOSE=compile-with-bazel -#- PURPOSE=compile USE_MESALINK=yes -#- PURPOSE=unittest USE_MESALINK=yes +- PURPOSE=compile USE_MESALINK=yes +- PURPOSE=unittest USE_MESALINK=yes +- PURPOSE=compile-with-cmake USE_MESALINK=yes +- PURPOSE=compile-with-bazel USE_MESALINK=yes Review comment: USE_MESALINK option seems not working in cmake and bazel. It is still using openssl. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
