hi there, we've recently started generating failed builds due to missing downloads much more frequently.
e.g.:
== building and installing Miniforge3/25.3.0-3...
>> installation prefix: /home/admccartney/eessi/versions/2025.06/software/linux/x86_64/amd/zen4/software/Miniforge3/25.3.0-3
== fetching files and verifying checksums...
== Running pre-fetch hook...
>> download failed: https://github.com/conda-forge/miniforge/releases/download/25.3.0-3/Miniforge3-25.3.0-3-Linux-x86_64.sh
>> download failed: https://sources.easybuild.io/m/Miniforge3/Miniforge3-25.3.0-3-Linux-x86_64.sh
== ... (took < 1 sec)
== FAILED: Installation ended unsuccessfully: Couldn't find file Miniforge3-25.3.0-3-Linux-x86_64.sh anywhere, and downloading it didn't work either... Paths attempted (in order):
The workaround that we're using is to manually download the files with curl or wget, then using the --sourcepath option with easybuild.
I'm pretty sure it's something to do with our environment setup (rather than an easybuild issue), but posting here anyway in the hope to gain some insight into how easybuild is doing the https calls, so we can make sure our environment is set up accordingly.
hi there, we've recently started generating failed builds due to missing downloads much more frequently.
e.g.:
The workaround that we're using is to manually download the files with curl or wget, then using the
--sourcepathoption with easybuild.I'm pretty sure it's something to do with our environment setup (rather than an easybuild issue), but posting here anyway in the hope to gain some insight into how easybuild is doing the https calls, so we can make sure our environment is set up accordingly.