This is an automated email from the ASF dual-hosted git repository.

areusch pushed a commit to branch areusch/freeze-dependencies
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 5f21d5cd2eae446e1dc85561194f8760867a65b0
Author: Andrew Reusch <[email protected]>
AuthorDate: Tue Jun 7 11:42:59 2022 -0700

    fixup! Add to path
---
 docker/install/ubuntu_install_boost.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/install/ubuntu_install_boost.sh 
b/docker/install/ubuntu_install_boost.sh
index e226bbc5d9..70ad5e3aac 100755
--- a/docker/install/ubuntu_install_boost.sh
+++ b/docker/install/ubuntu_install_boost.sh
@@ -30,7 +30,7 @@ echo "$BOOST_HASH" boost_1_67_0.tar.gz | sha512sum -c
 tar -xf boost_1_67_0.tar.gz
 
 pushd boost_1_67_0
-./bootstrap.sh --with-python="$(which python3.7)"
+./bootstrap.sh --with-python="$(readlink -f $(which python3.7))"
 ./b2 install --with-python --with-system --with-filesystem --with-thread 
--with-regex
 popd
 

Reply via email to