You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/09/28 13:37:38 UTC

[GitHub] [tvm] Mousius opened a new pull request #9141: [CI] Fix Google Mock differences between Ubuntu 18.04 and 16.04

Mousius opened a new pull request #9141:
URL: https://github.com/apache/tvm/pull/9141


   I thought I got all of these, but turns out I didn't, there's another weirdism in how Google Mock and Google Test are packaged on Ubuntu where the `cmake` command fails due to directories outside of the build root.
   
   Double checked logs on Ubuntu 18.04 and Ubuntu 16.04 for this after enabling verbose copying:
   ```shell
   $ ./docker/build.sh ci_cpu --net=host
   ...
   'googlemock/libgmock.a' -> '/usr/lib/libgmock.a'
   'googlemock/libgmock_main.a' -> '/usr/lib/libgmock_main.a'
   'googlemock/gtest/libgtest.a' -> '/usr/lib/libgtest.a'
   'googlemock/gtest/libgtest_main.a' -> '/usr/lib/libgtest_main.a'
   
   $ ./docker/build.sh ci_i386 --net=host
   ...
   'libgtest.a' -> '/usr/lib/libgtest.a'
   'libgtest_main.a' -> '/usr/lib/libgtest_main.a'
   ...
   'libgmock.a' -> '/usr/lib/libgmock.a'
   'libgmock_main.a' -> '/usr/lib/libgmock_main.a'
   ```


-- 
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: commits-unsubscribe@tvm.apache.org

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



[GitHub] [tvm] areusch commented on pull request #9141: [CI] Fix Google Mock differences between Ubuntu 18.04 and 16.04

Posted by GitBox <gi...@apache.org>.
areusch commented on pull request #9141:
URL: https://github.com/apache/tvm/pull/9141#issuecomment-932996624


   thanks for following up!


-- 
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: commits-unsubscribe@tvm.apache.org

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



[GitHub] [tvm] leandron merged pull request #9141: [CI] Fix Google Mock differences between Ubuntu 18.04 and 16.04

Posted by GitBox <gi...@apache.org>.
leandron merged pull request #9141:
URL: https://github.com/apache/tvm/pull/9141


   


-- 
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: commits-unsubscribe@tvm.apache.org

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



[GitHub] [tvm] Mousius commented on pull request #9141: [CI] Fix Google Mock differences between Ubuntu 18.04 and 16.04

Posted by GitBox <gi...@apache.org>.
Mousius commented on pull request #9141:
URL: https://github.com/apache/tvm/pull/9141#issuecomment-929218196


   @leandron @areusch apologies for missing this!


-- 
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: commits-unsubscribe@tvm.apache.org

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



[GitHub] [tvm] leandron merged pull request #9141: [CI] Fix Google Mock differences between Ubuntu 18.04 and 16.04

Posted by GitBox <gi...@apache.org>.
leandron merged pull request #9141:
URL: https://github.com/apache/tvm/pull/9141


   


-- 
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: commits-unsubscribe@tvm.apache.org

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



[GitHub] [tvm] Mousius commented on pull request #9141: [CI] Fix Google Mock differences between Ubuntu 18.04 and 16.04

Posted by GitBox <gi...@apache.org>.
Mousius commented on pull request #9141:
URL: https://github.com/apache/tvm/pull/9141#issuecomment-929218196


   @leandron @areusch apologies for missing this!


-- 
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: commits-unsubscribe@tvm.apache.org

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