JanitorTechnology / dockerfiles

popular development environments as containers
https://hub.docker.com/u/janitortechnology/
53 stars 20 forks source link

[all] circleci builds fail due to "hash sum mismatch" on apt.llvm.org #150

Closed jankeromnes closed 6 years ago

jankeromnes commented 6 years ago

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.

@Sylvestre is this a known issue?

sylvestre commented 6 years ago

Yeah, issue with the CDN :/

jankeromnes commented 6 years ago

This didn't happen again and the builds are fixed. Closing this issue. Thanks for the info about the CDN problems!

sylvestre commented 6 years ago

This was this bug https://bugs.llvm.org/show_bug.cgi?id=36396