mherkazandjian commented on a change in pull request #8239: URL: https://github.com/apache/tvm/pull/8239#discussion_r649611628
########## File path: docker/install/ubuntu_install_papi.sh ########## @@ -26,7 +26,7 @@ apt-get update --fix-missing apt-get install -y linux-tools-common linux-tools-generic cd / -git clone https://bitbucket.org/icl/papi.git +git clone -b stable-6.0 --single-branch https://bitbucket.org/icl/papi.git Review comment: i pointed the checkout to the latest commit in papi where the build succeeds https://github.com/mherkazandjian/tvm/commit/eb6e7d235ebd1f41bcf44ee7c7b306a5911930c8 ########## File path: docker/install/ubuntu_install_papi.sh ########## @@ -26,7 +26,7 @@ apt-get update --fix-missing apt-get install -y linux-tools-common linux-tools-generic cd / -git clone https://bitbucket.org/icl/papi.git +git clone -b stable-6.0 --single-branch https://bitbucket.org/icl/papi.git Review comment: papi just reverted the offending commit https://bitbucket.org/icl/papi/issues/84/build-of-the-master-branch-is-failing-with we can close close this PR and the issue https://github.com/apache/tvm/issues/8173 -- 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]
