mbrookhart commented on issue #8177: URL: https://github.com/apache/tvm/issues/8177#issuecomment-866434530
I've merged everything I think we want, but unfortunately, none of the docker images are building. ci_arm fails with this: `/install/ubuntu_download_arm_compute_lib_binaries.sh: line 54: curl: command not found`, I think that's an issue with #8245 . @d-smirnov @leandron , can you debug and fix? you probably need to install curl in the download script or use wget. Everything else is failing with: ``` E: Failed to fetch https://apt.llvm.org/bionic/dists/llvm-toolchain-bionic/main/source/Sources.gz File has unexpected size (2207 != 2205). Mirror sync in progress? [IP: 199.232.194.49 443] Hashes of expected file: - Filesize:2205 [weak] - SHA256:ad346b2d1b4cffcf27cad9cdd14f8d5dd047cfc10cd09e6e17671d78eeac3501 - SHA1:a4cb9420123a78efb36e79f4cbe8acda7c27ecf7 [weak] - MD5Sum:ae153a86b6a5f0f7ee88f5c97ab13a36 [weak] Release file created at: Tue, 22 Jun 2021 23:51:39 +0000 E: Some index files failed to download. They have been ignored, or old ones used instead. The command '/bin/sh -c bash /install/ubuntu1804_install_llvm.sh' returned a non-zero code: 100 ``` I wonder if there's something wrong with the llvm release at the moment? -- 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]
