-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fluke download failures #213
Comments
@trz42 Thoughts on this? The bot could "prefetch" sources to a directory before launching any build jobs, so they don't need to download anything anymore. |
I understand the issue, but I am a unsure what a good solution to this would be.
If the main issue is, that, sometimes, a job fails late just because some source cannot be downloaded, a relatively easy way around that might be to improve the handling of sources in Note, I think because of 2 & 3 above, this is not easy to implement. Adjusted the difficulty label accordingly. |
The |
Sometimes a build failes because EasyBuild crashes after it fails to download a file.
This happened a lot in the TensorFlow PR EESSI/software-layer#321:
7194
: who failed to get libpng-1.6.37.tar.gz7200
,7199
,...: There was also a problem with GitHub a few days which caused a lot of build failuresit might be an option to implement a pre-build
fetch
phase. So that all the builds have the necessary sources.The text was updated successfully, but these errors were encountered: