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

wget returns exit code 8 #6

Closed
nipunn1313 opened this issue Nov 8, 2022 · 2 comments
Closed

wget returns exit code 8 #6

nipunn1313 opened this issue Nov 8, 2022 · 2 comments

Comments

@nipunn1313
Copy link

We end up seeing this occasionally.
image

My guess is that wget from github occasionally fails. Most likely one or two retries inside the setup-mold step would go a long way here. Other suggestions welcome too.

@nipunn1313
Copy link
Author

wget claims to handle retries for faulty network effectively, but yet we're still seeing this occasionally. Without additional logging, it's hard to tell what's going on.

@rui314
Copy link
Owner

rui314 commented Nov 8, 2022

I saw this before too. wget should retry up to 20 times, but I'm not sure if it works with -O (redirecting output to the standard output). Let's use curl instead.

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

2 participants