Skip to content

Check expected miniconda.sh hash, redownloads if necessary

André Anjos requested to merge miniconda-sh-hash-check into master

This MR introduces a hash check on the expected version of the miniconda installer.

It re-downloads the installer if the hash does not match or if it is not cached.

This solves an issue in which more recent versions of the conda (4.7.x) take very long to bootstrap bob.devtools.

Merge request reports