We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should try to build things ~3 times until we give up.. maybe with a delay between. Sometimes there are network issues...
The text was updated successfully, but these errors were encountered:
Alternative: Split the build into two steps, where the first one can be retried a few times:
retry makepkg-mingw --cleanbuild --nobuild # downloads and extracts makepkg-mingw ... --noextract # use exisiting src dir
edit: Downside is that makedepends are missing, unless we install/uninstall all of them.. so maybe not.
Sorry, something went wrong.
Current status: There is now an action which makes deleting the failed state easier..
No branches or pull requests
We should try to build things ~3 times until we give up.. maybe with a delay between. Sometimes there are network issues...
The text was updated successfully, but these errors were encountered: