Skip to content
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

Add a retry counter #25

Open
lazka opened this issue Feb 4, 2021 · 2 comments
Open

Add a retry counter #25

lazka opened this issue Feb 4, 2021 · 2 comments

Comments

@lazka
Copy link
Member

lazka commented Feb 4, 2021

We should try to build things ~3 times until we give up.. maybe with a delay between. Sometimes there are network issues...

@lazka
Copy link
Member Author

lazka commented Jan 18, 2022

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.

@lazka
Copy link
Member Author

lazka commented May 15, 2022

Current status: There is now an action which makes deleting the failed state easier..

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant