-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Download links broken #222
Comments
@rakyll This is probably not an urgent ask by any means, but your help here would be really appreciated! Thank you! |
Hi, is there another way to obtain the binaries: stored elsewhere? |
@rakyll Could you please help in fixing broken 'Download Links' ? We were thinking to use this great app but couldn't, due to broken links. Is there a workaround to get the binaries for Windows? |
@bharathnatarajan1 : if you work on Ubuntu like me, there is a package that you can install via snapd. It works fine : look at line 225 of my https://github.com/didier-durand/knative-on-cloud-kubernetes/blob/master/.github/workflows/gcloud-gke-knative.yml to see how I did it to work on Github CI / CD |
@didier-durand Thankyou :) Is there a way to download the package in Windows machine? Need this to test FaaS app running on Windows 10 Platform. |
The simplest is to install an Ubuntu instance on your Windows machine (VirtualBox, HyperV, etc.) and run hey from there. |
Thankfully the binary is still available with a simple But still, if you no longer wish to maintain the google account, just attach the binaries to the release or something @rakyll I feel like this broke at least a few hundred CI pipelines out in the wild, ha. |
I couldn't install it through
If anybody still has issues with installing in ubuntu, could use the following command:
|
Look at my comment above : #222 (comment) you have a working solution for Ubuntu and the proof that it works if you look at the execution journals. |
@didier-durand yes sir, i did saw your solution for ubuntu, and that also works, but personally i am not a big fan of snaps , as i had noticed few weird issues in the past in my ubuntu system. using the above command works for me very well. |
That's the only thing that I tried. Sorry & good luck! Didier |
The script downloads the binary from this link https://gobinaries.com/binary/github.com/rakyll/hey?os=linux&arch=amd64&version=v0.1.4 |
Another option is to install the go compiler, it's quick! With that you can build the executable from source by:
|
@rakyll Have you considered moving hey releases in GitHUb ? They provide some nice tooling! |
#222 (comment) is good option, downloaded build from windows via |
For those use this method under Windows and need to use proxy for
|
I have built a builder for hey, which produces binaries to GitHub for download. It has:
Folks you're welcome to use that. @rakyll, if you'd like a PR, I'd be open to upstreaming this. GitHub runs the works, and there's nothing for you to do really. https://github.com/alexellis/hey We will probably also add it to arkade for download via See releases: https://github.com/alexellis/hey/releases/ |
No description provided.
The text was updated successfully, but these errors were encountered: