leandron opened a new issue #4946: [CI][Docker] ubuntu_install_sgx.sh breaks when trying to download patch file URL: https://github.com/apache/incubator-tvm/issues/4946 `ubuntu_install_sgx.sh` points to a patch file on a GitHub gist, which now seems to be removed. This makes the process of rebuilding the Docker images that invoke `ubuntu_install_sgx.sh` to crash. This is the relevant line: https://github.com/apache/incubator-tvm/blob/588523ddb6e938637d96745bcce145375307247f/docker/install/ubuntu_install_sgx.sh#L40 The repository name changed as well (probably not very relevant for the issue here), from https://github.com/baidu/rust-sgx-sdk to https://github.com/apache/incubator-teaclave-sgx-sdk. I'm not very familiar with the Rust SGX SDK, that is why I'm asking: is this patch something we still need, or is it something that needs to be removed from the script?
---------------------------------------------------------------- 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] With regards, Apache Git Services
