leandron opened a new issue #6255: URL: https://github.com/apache/incubator-tvm/issues/6255
In the current ubuntu1804_install_llvm.sh, we are using LLVM snapshot as a way to install clang-11. Since 15th July, snapshot points to `llvm-12` and `clang-12`. https://github.com/apache/incubator-tvm/blob/419672617d983cca2836e84d7908ffda20003990/docker/install/ubuntu1804_install_llvm.sh#L34-L37 When trying to run it, we will see this error: ``` E: Unable to locate package llvm-11 E: Unable to locate package clang-11 The command '/bin/sh -c bash /install/ubuntu1804_install_llvm.sh' returned a non-zero code: 100 ERROR: docker build failed. ``` ---------------------------------------------------------------- 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]
