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

can't get sources #7

Open
frankenstein91 opened this issue Apr 10, 2021 · 2 comments
Open

can't get sources #7

frankenstein91 opened this issue Apr 10, 2021 · 2 comments

Comments

@frankenstein91
Copy link

==> Retrieving sources...
  -> Downloading actions-runner-linux-x64-2.161.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: githubassets.azureedge.net
Warning: Problem : timeout. Will retry in 3 seconds. 3 retries left.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: githubassets.azureedge.net
Warning: Problem : timeout. Will retry in 3 seconds. 2 retries left.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: githubassets.azureedge.net
Warning: Problem : timeout. Will retry in 3 seconds. 1 retries left.
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: githubassets.azureedge.net
==> ERROR: Failure while downloading https://githubassets.azureedge.net/runners/2.161.0/actions-runner-linux-x64-2.161.0.tar.gz
    Aborting...

@tubbo
Copy link

tubbo commented Apr 10, 2023

I fixed this by modifying the PKGBUILD:


source=(
	https://github.com/actions/runner/releases/download/v$pkgver/actions-runner-linux-x64-$pkgver.tar.gz
)

sha512sums=('14e0992a43e53d29f7f3d9c9f16e92158e5a3f53714fcb37cd4bd71e57fc8743506f09dc84b3f002531296f807e3ec7391c96bb2a7a4914c9a0c7afa41c021e7')

Happy to contribute a PR if this was the right move.

@ioquatix
Copy link
Owner

Yes, happy to accept a PR.

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

3 participants