-
Notifications
You must be signed in to change notification settings - Fork 317
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
Fetch rolling releases from GCS #228
Comments
Just noticed:
Doesn't seem to work:
|
We currently don’t support release candidates of rolling releases. Right now there’s only a single rolling release, 5.0.0-pre.20210510.2.2, which will be fetched from GitHub (please make sure that you have the latest Bazelisk version). Our release infra still has some rough edges when it comes to rolling releases - I want to polish it next week and also publish better documentation. |
Thanks for clarifying. It worked with: |
Here's a PR for this original issue #319 |
Bazelisk currently fetches rolling releases from GitHub. However, GCS generally has higher availability, so we should just download release binaries from GCS.
Note: This request is currently blocked by the fact that we don't actually publish rolling releases yet.
The text was updated successfully, but these errors were encountered: