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
The following commit(s) were added to refs/heads/areusch/freeze-dependencies by
this push:
new b22ad6c183 fixup! Add to path
b22ad6c183 is described below
commit b22ad6c1830bfd5b72efcb56e6699754a7a9f90f
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