All Dockerfiles contain a variant of the command sudo apt-get update -q && sudo apt-get upgrade -qy.
Currently, all image builds are broken on Circle CI, with the following error:
E: Failed to fetch https://apt.llvm.org/xenial/dists/llvm-toolchain-xenial-6.0/main/binary-amd64/Packages.gz Hash Sum mismatch
E: Some index files failed to download. They have been ignored, or old ones used instead.
All Dockerfiles contain a variant of the command
sudo apt-get update -q && sudo apt-get upgrade -qy
.Currently, all image builds are broken on Circle CI, with the following error:
@Sylvestre is this a known issue?